Commit 85129ab5 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

remove another FIPSCANISTER reference



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent b3da6f49
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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