functions aren't unused: revert

This commit is contained in:
Dr. Stephen Henson 2011-12-03 19:19:34 +00:00
parent 75b250a4ed
commit 5e900f3cef

View File

@ -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