summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-22 15:39:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-22 15:39:19 +0000
commit87d14a3625a3a67122c359396b61ee46344ada2f (patch)
tree8c8f8061e268e690f30da6a47504bffb5c4f5570 /crypto
parentcc0931e36bf2435d64b212b471de404b78fa8948 (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')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 497d00363e..dd74ea8855 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -396,7 +396,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;