From e01bdc290617c70249c210cecc77d1b5bf19c7ea Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Mon, 28 Oct 2024 08:12:59 -0400 Subject: [PATCH] fix --- src/ssl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ssl.cpp b/src/ssl.cpp index 84acedb14b..1fd23762c0 100644 --- a/src/ssl.cpp +++ b/src/ssl.cpp @@ -157,9 +157,6 @@ namespace { { OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, nullptr); } - - // put openssl cleanup code here if necessary - ~lifecycle() = default; } global; } #endif