diff options
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-rw-r--r-- | src/lib/libcrypto/err/err_all.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index dc505d9d9d..90029fd159 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c | |||
@@ -82,9 +82,7 @@ | |||
82 | #include <openssl/pkcs12.h> | 82 | #include <openssl/pkcs12.h> |
83 | #include <openssl/rand.h> | 83 | #include <openssl/rand.h> |
84 | #include <openssl/dso.h> | 84 | #include <openssl/dso.h> |
85 | #ifndef OPENSSL_NO_ENGINE | ||
86 | #include <openssl/engine.h> | 85 | #include <openssl/engine.h> |
87 | #endif | ||
88 | #include <openssl/ocsp.h> | 86 | #include <openssl/ocsp.h> |
89 | #include <openssl/err.h> | 87 | #include <openssl/err.h> |
90 | 88 | ||
@@ -124,9 +122,7 @@ void ERR_load_crypto_strings(void) | |||
124 | ERR_load_PKCS12_strings(); | 122 | ERR_load_PKCS12_strings(); |
125 | ERR_load_RAND_strings(); | 123 | ERR_load_RAND_strings(); |
126 | ERR_load_DSO_strings(); | 124 | ERR_load_DSO_strings(); |
127 | #ifndef OPENSSL_NO_ENGINE | ||
128 | ERR_load_ENGINE_strings(); | 125 | ERR_load_ENGINE_strings(); |
129 | #endif | ||
130 | ERR_load_OCSP_strings(); | 126 | ERR_load_OCSP_strings(); |
131 | ERR_load_UI_strings(); | 127 | ERR_load_UI_strings(); |
132 | #endif | 128 | #endif |