diff options
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
| -rw-r--r-- | src/lib/libcrypto/err/err_all.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index b251b205f1..01c58f39f6 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: err_all.c,v 1.30 2023/07/28 09:01:25 tb Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.31 2023/07/28 09:19:59 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -92,9 +92,6 @@ | |||
| 92 | #ifndef OPENSSL_NO_EC | 92 | #ifndef OPENSSL_NO_EC |
| 93 | #include <openssl/ec.h> | 93 | #include <openssl/ec.h> |
| 94 | #endif | 94 | #endif |
| 95 | #ifndef OPENSSL_NO_ECDH | ||
| 96 | #include <openssl/ecdh.h> | ||
| 97 | #endif | ||
| 98 | #ifndef OPENSSL_NO_ENGINE | 95 | #ifndef OPENSSL_NO_ENGINE |
| 99 | #include <openssl/engine.h> | 96 | #include <openssl/engine.h> |
| 100 | #endif | 97 | #endif |
| @@ -132,9 +129,6 @@ ERR_load_crypto_strings_internal(void) | |||
| 132 | ERR_load_DSA_strings(); | 129 | ERR_load_DSA_strings(); |
| 133 | #endif | 130 | #endif |
| 134 | ERR_load_DSO_strings(); | 131 | ERR_load_DSO_strings(); |
| 135 | #ifndef OPENSSL_NO_ECDH | ||
| 136 | ERR_load_ECDH_strings(); | ||
| 137 | #endif | ||
| 138 | #ifndef OPENSSL_NO_EC | 132 | #ifndef OPENSSL_NO_EC |
| 139 | ERR_load_EC_strings(); | 133 | ERR_load_EC_strings(); |
| 140 | #endif | 134 | #endif |
