From b3da6f496b94ae12a1154d4a210a47d080313c18 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 19 Oct 2014 00:22:10 +0100 Subject: [PATCH] remove unnecessary OPENSSL_FIPS reference Reviewed-by: Tim Hudson --- crypto/lock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/crypto/lock.c b/crypto/lock.c index 6f6681d54f..b716708303 100644 --- a/crypto/lock.c +++ b/crypto/lock.c @@ -116,9 +116,6 @@ #include "cryptlib.h" #include -#ifdef OPENSSL_FIPS -#include -#endif #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */