diff options
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index 249be113ce..10b74b82ec 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -234,7 +234,7 @@ int crypto_global_cleanup(void) { EVP_cleanup(); - //ERR_remove_state(0); + ERR_remove_state(0); ERR_free_strings(); #ifndef NO_ENGINES ENGINE_cleanup(); |