remove another FIPSCANISTER reference
authorDr. Stephen Henson <steve@openssl.org>
Sat, 18 Oct 2014 23:31:28 +0000 (00:31 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 8 Dec 2014 13:25:37 +0000 (13:25 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/crypto.h

index 4b542ce622a09f24d00ef3c92cd07ee905d2e6fe..c4c173f6dfe32294e9c61afba2ba3112d2aa8774 100644 (file)
    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