remove another FIPSCANISTER reference
[openssl.git] / 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