aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-19 00:31:28 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:37 +0000
commit85129ab5795a4b363d9b8d9a0ffbb3108c69cd8a (patch)
tree6181a625164e232d2edd3f08bc443576f2556ab0 /crypto/crypto.h
parentb3da6f496b94ae12a1154d4a210a47d080313c18 (diff)
downloadopenssl-85129ab5795a4b363d9b8d9a0ffbb3108c69cd8a.tar.gz
remove another FIPSCANISTER reference
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 4b542ce622..c4c173f6df 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -139,16 +139,6 @@
one way or another */
#include <openssl/symhacks.h>
-/* For FIPS mode rename all OpenSSL symbols to avoid clashes with a
- * non-FIPS OpenSSL.
- */
-
-#if defined(OPENSSL_FIPSCANISTER)
-# include <openssl/fipssyms.h>
-#else
-# define __fips_constseg
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif