summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-22 15:38:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-22 15:38:40 +0000
commitdea113b428dc60c57ee5d4dafaea2ccb32b28a07 (patch)
tree143f856469257576da5153ee9b36754aa4730187 /crypto/cryptlib.c
parent6abc406a690ea34203f249184a7c8416e3387bf8 (diff)
PR: 2470
Submitted by: Corinna Vinschen <vinschen@redhat.com> Reviewed by: steve Don't call ERR_remove_state from DllMain.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index a453475fdb..072b341ca2 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -735,7 +735,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
case DLL_THREAD_ATTACH:
break;
case DLL_THREAD_DETACH:
- ERR_remove_state(0);
break;
case DLL_PROCESS_DETACH:
break;