summaryrefslogtreecommitdiffstats
path: root/crypto/lock.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-19 00:22:10 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:37 +0000
commitb3da6f496b94ae12a1154d4a210a47d080313c18 (patch)
treee2d8c7ab879bd40246caa240d95a205f52eea77f /crypto/lock.c
parentc603c723ce0007c78b154096f1b2f67cea786389 (diff)
remove unnecessary OPENSSL_FIPS reference
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/lock.c')
-rw-r--r--crypto/lock.c3
1 files changed, 0 insertions, 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 <openssl/safestack.h>
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */