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 4dc9300892..dc505d9d9d 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c | |||
@@ -87,7 +87,6 @@ | |||
87 | #endif | 87 | #endif |
88 | #include <openssl/ocsp.h> | 88 | #include <openssl/ocsp.h> |
89 | #include <openssl/err.h> | 89 | #include <openssl/err.h> |
90 | #include <openssl/fips.h> | ||
91 | 90 | ||
92 | void ERR_load_crypto_strings(void) | 91 | void ERR_load_crypto_strings(void) |
93 | { | 92 | { |
@@ -131,7 +130,4 @@ void ERR_load_crypto_strings(void) | |||
131 | ERR_load_OCSP_strings(); | 130 | ERR_load_OCSP_strings(); |
132 | ERR_load_UI_strings(); | 131 | ERR_load_UI_strings(); |
133 | #endif | 132 | #endif |
134 | #ifdef OPENSSL_FIPS | ||
135 | ERR_load_FIPS_strings(); | ||
136 | #endif | ||
137 | } | 133 | } |