summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-08 20:24:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-08 20:24:52 +0000
commite1c200a5a65c548754278e8854741edf1fc770e3 (patch)
treee05fd4040f4c032b9f6c10e91393e3277d6e0084
parente1b22a1348fc941c1e17f1c2419a5c02e3641146 (diff)
downloadATCD-e1c200a5a65c548754278e8854741edf1fc770e3.tar.gz
ChangeLogTag:Mon May 8 13:22:28 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--ace/SSL/SSL_Context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/SSL/SSL_Context.cpp b/ace/SSL/SSL_Context.cpp
index 5c2cf8fa38f..9d2e5ac62f5 100644
--- a/ace/SSL/SSL_Context.cpp
+++ b/ace/SSL/SSL_Context.cpp
@@ -131,6 +131,7 @@ ACE_SSL_Context::ssl_library_fini (void)
delete [] ACE_SSL_Context::lock_;
#endif /* ACE_HAS_THREADS */
+ ::ERR_free_strings ();
::EVP_cleanup ();
}
}