projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75b250a
)
functions aren't unused: revert
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 3 Dec 2011 19:19:34 +0000
(19:19 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 3 Dec 2011 19:19:34 +0000
(19:19 +0000)
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index a5999bde3bb68ed20f08892dbc85aa7be6f217f2..524daf037d108dcc7a86fcb2c7eec07969c8ddfc 100644
(file)
--- 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