diff options
Diffstat (limited to 'src/lib/libcrypto/err')
-rw-r--r-- | src/lib/libcrypto/err/err_all.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index 8eb547d98d..1c4eccd251 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c | |||
@@ -97,9 +97,6 @@ | |||
97 | #include <openssl/ui.h> | 97 | #include <openssl/ui.h> |
98 | #include <openssl/ocsp.h> | 98 | #include <openssl/ocsp.h> |
99 | #include <openssl/err.h> | 99 | #include <openssl/err.h> |
100 | #ifdef OPENSSL_FIPS | ||
101 | #include <openssl/fips.h> | ||
102 | #endif | ||
103 | #include <openssl/ts.h> | 100 | #include <openssl/ts.h> |
104 | #ifndef OPENSSL_NO_CMS | 101 | #ifndef OPENSSL_NO_CMS |
105 | #include <openssl/cms.h> | 102 | #include <openssl/cms.h> |
@@ -155,9 +152,6 @@ void ERR_load_crypto_strings(void) | |||
155 | #endif | 152 | #endif |
156 | ERR_load_OCSP_strings(); | 153 | ERR_load_OCSP_strings(); |
157 | ERR_load_UI_strings(); | 154 | ERR_load_UI_strings(); |
158 | #ifdef OPENSSL_FIPS | ||
159 | ERR_load_FIPS_strings(); | ||
160 | #endif | ||
161 | #ifndef OPENSSL_NO_CMS | 155 | #ifndef OPENSSL_NO_CMS |
162 | ERR_load_CMS_strings(); | 156 | ERR_load_CMS_strings(); |
163 | #endif | 157 | #endif |