From 75b250a4ed2fcc0d98e2a499843cd00490f01ba0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 3 Dec 2011 18:27:31 +0000 Subject: remove unused functions from module --- crypto/cryptlib.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/cryptlib.c') 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 #include @@ -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 -- cgit v1.2.3