diff options
author | tb <> | 2023-04-25 19:34:06 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 19:34:06 +0000 |
commit | 9f55dbfa70be8c40062f910dc88aea15e06244af (patch) | |
tree | aac3a55cb7e47c248bf971a7974aaccdcfa91bb7 | |
parent | 241d43b2b24344a3196eb6c46c3513c7f5a69a13 (diff) | |
download | openbsd-9f55dbfa70be8c40062f910dc88aea15e06244af.tar.gz openbsd-9f55dbfa70be8c40062f910dc88aea15e06244af.tar.bz2 openbsd-9f55dbfa70be8c40062f910dc88aea15e06244af.zip |
Remove commented version of OPENSSL_NO_EC2M
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 7c524c2a94..38e7c921c9 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -58,7 +58,6 @@ | |||
58 | /* #define OPENSSL_NO_DTLS1_METHOD */ | 58 | /* #define OPENSSL_NO_DTLS1_METHOD */ |
59 | #define OPENSSL_NO_DYNAMIC_ENGINE | 59 | #define OPENSSL_NO_DYNAMIC_ENGINE |
60 | /* #define OPENSSL_NO_EC */ | 60 | /* #define OPENSSL_NO_EC */ |
61 | /* #define OPENSSL_NO_EC2M */ | ||
62 | #define OPENSSL_NO_EC_NISTP_64_GCC_128 | 61 | #define OPENSSL_NO_EC_NISTP_64_GCC_128 |
63 | #define OPENSSL_NO_EGD | 62 | #define OPENSSL_NO_EGD |
64 | /* #define OPENSSL_NO_ENGINE */ | 63 | /* #define OPENSSL_NO_ENGINE */ |