diff options
author | tedu <> | 2014-04-15 20:06:10 +0000 |
---|---|---|
committer | tedu <> | 2014-04-15 20:06:10 +0000 |
commit | 3c7d2178681a2741a8cc8a042cb2ea6ee28528b8 (patch) | |
tree | 11be20c8110348001494179db4f9b0b67ce149ba /src/lib/libcrypto/err | |
parent | 4c8a9a73429ac4a1d79f4bab6a397df643934861 (diff) | |
download | openbsd-3c7d2178681a2741a8cc8a042cb2ea6ee28528b8.tar.gz openbsd-3c7d2178681a2741a8cc8a042cb2ea6ee28528b8.tar.bz2 openbsd-3c7d2178681a2741a8cc8a042cb2ea6ee28528b8.zip |
remove FIPS mode support. people who require FIPS can buy something that
meets their needs, but dumping it in here only penalizes the rest of us.
ok beck deraadt
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 |