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