summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-18 23:59:37 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:25:16 +0000
commitc603c723ce0007c78b154096f1b2f67cea786389 (patch)
treeeffef648a4c113453011513d53f46a4590bf00f2 /crypto/cryptlib.c
parent225fce8a9867c638fb208a3a8062e8202355999a (diff)
Remove OPENSSL_FIPSCANISTER code.
OPENSSL_FIPSCANISTER is only set if the fips module is being built (as opposed to being used). Since the fips module wont be built in master this is redundant. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 897b5b5bc2..07f68e684e 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -394,9 +394,7 @@ void OpenSSLDie(const char *file,int line,const char *assertion)
#endif
}
-#ifndef OPENSSL_FIPSCANISTER
void *OPENSSL_stderr(void) { return stderr; }
-#endif
int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len)
{