From: Dr. Stephen Henson Date: Sat, 18 Oct 2014 23:31:28 +0000 (+0100) Subject: remove another FIPSCANISTER reference X-Git-Tag: master-post-reformat~210 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85129ab5795a4b363d9b8d9a0ffbb3108c69cd8a;p=oweals%2Fopenssl.git remove another FIPSCANISTER reference Reviewed-by: Tim Hudson --- 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 -/* For FIPS mode rename all OpenSSL symbols to avoid clashes with a - * non-FIPS OpenSSL. - */ - -#if defined(OPENSSL_FIPSCANISTER) -# include -#else -# define __fips_constseg -#endif - #ifdef __cplusplus extern "C" { #endif