From 5e900f3cef549e21094ada742cb01c58b8b2e429 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 3 Dec 2011 19:19:34 +0000 Subject: functions aren't unused: revert --- crypto/cryptlib.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crypto/cryptlib.c') 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 #include @@ -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 -- cgit v1.2.3