turn off ltls by default

This commit is contained in:
Cloud Wu
2019-03-26 10:31:47 +08:00
parent eda9f771e6
commit bfbbe91efa
3 changed files with 15 additions and 6 deletions

View File

@@ -394,7 +394,6 @@ void __attribute__((constructor)) ltls_init(void) {
void __attribute__((destructor)) ltls_destory(void) {
if(TLS_IS_INIT) {
ERR_remove_state(0);
ENGINE_cleanup();
CONF_modules_unload(1);
ERR_free_strings();