diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index 10513795e4..dd06dcb8b4 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec.h,v 1.48 2024/04/15 15:42:23 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.49 2025/01/25 17:59:44 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -73,10 +73,6 @@ | |||
73 | 73 | ||
74 | #include <openssl/opensslconf.h> | 74 | #include <openssl/opensslconf.h> |
75 | 75 | ||
76 | #ifdef OPENSSL_NO_EC | ||
77 | #error EC is disabled. | ||
78 | #endif | ||
79 | |||
80 | #include <openssl/asn1.h> | 76 | #include <openssl/asn1.h> |
81 | #include <openssl/bn.h> | 77 | #include <openssl/bn.h> |
82 | 78 | ||