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 2c8a273f17..4829e46a1a 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.32 2023/07/28 09:46:36 tb Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.33 2023/11/19 15:46:09 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 | * |
| @@ -91,9 +91,6 @@ | |||
| 91 | #ifndef OPENSSL_NO_EC | 91 | #ifndef OPENSSL_NO_EC |
| 92 | #include <openssl/ec.h> | 92 | #include <openssl/ec.h> |
| 93 | #endif | 93 | #endif |
| 94 | #ifndef OPENSSL_NO_ENGINE | ||
| 95 | #include <openssl/engine.h> | ||
| 96 | #endif | ||
| 97 | #ifndef OPENSSL_NO_RSA | 94 | #ifndef OPENSSL_NO_RSA |
| 98 | #include <openssl/rsa.h> | 95 | #include <openssl/rsa.h> |
| 99 | #endif | 96 | #endif |
| @@ -130,9 +127,6 @@ ERR_load_crypto_strings_internal(void) | |||
| 130 | #ifndef OPENSSL_NO_EC | 127 | #ifndef OPENSSL_NO_EC |
| 131 | ERR_load_EC_strings(); | 128 | ERR_load_EC_strings(); |
| 132 | #endif | 129 | #endif |
| 133 | #ifndef OPENSSL_NO_ENGINE | ||
| 134 | ERR_load_ENGINE_strings(); | ||
| 135 | #endif | ||
| 136 | ERR_load_EVP_strings(); | 130 | ERR_load_EVP_strings(); |
| 137 | #ifndef OPENSSL_NO_GOST | 131 | #ifndef OPENSSL_NO_GOST |
| 138 | ERR_load_GOST_strings(); | 132 | ERR_load_GOST_strings(); |
