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