From 85129ab5795a4b363d9b8d9a0ffbb3108c69cd8a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 19 Oct 2014 00:31:28 +0100 Subject: [PATCH] remove another FIPSCANISTER reference Reviewed-by: Tim Hudson --- crypto/crypto.h | 10 ---------- 1 file changed, 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 -/* 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 -- 2.34.1