summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/err/err_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/crypto/err/err_all.c')
-rw-r--r--src/lib/libssl/src/crypto/err/err_all.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libssl/src/crypto/err/err_all.c b/src/lib/libssl/src/crypto/err/err_all.c
index bd8946d8ba..fc049e8e88 100644
--- a/src/lib/libssl/src/crypto/err/err_all.c
+++ b/src/lib/libssl/src/crypto/err/err_all.c
@@ -104,10 +104,6 @@
104#endif 104#endif
105#include <openssl/comp.h> 105#include <openssl/comp.h>
106 106
107#ifdef OPENSSL_FIPS
108#include <openssl/fips.h>
109#endif
110
111void ERR_load_crypto_strings(void) 107void ERR_load_crypto_strings(void)
112 { 108 {
113#ifndef OPENSSL_NO_ERR 109#ifndef OPENSSL_NO_ERR
@@ -161,7 +157,4 @@ void ERR_load_crypto_strings(void)
161#endif 157#endif
162 ERR_load_COMP_strings(); 158 ERR_load_COMP_strings();
163#endif 159#endif
164#ifdef OPENSSL_FIPS
165 ERR_load_FIPS_strings();
166#endif
167 } 160 }