summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-03 19:19:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-03 19:19:34 +0000
commit5e900f3cef549e21094ada742cb01c58b8b2e429 (patch)
tree610ac3231e760beb862c68c39511cc08bf5f7274 /crypto
parent75b250a4ed2fcc0d98e2a499843cd00490f01ba0 (diff)
functions aren't unused: revert
Diffstat (limited to 'crypto')
-rw-r--r--crypto/cryptlib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index a5999bde3b..524daf037d 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -219,8 +219,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
}
#endif
-#ifndef OPENSSL_FIPSCANISTER
-
#if defined(_WIN32) && !defined(__CYGWIN__)
#include <tchar.h>
#include <signal.h>
@@ -384,5 +382,3 @@ void OpenSSLDie(const char *file,int line,const char *assertion)
#ifndef OPENSSL_FIPSCANISTER
void *OPENSSL_stderr(void) { return stderr; }
#endif
-
-#endif