mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-18 11:45:08 +08:00
+6
-5
@@ -149,12 +149,13 @@ int net__init(void)
|
||||
void net__cleanup(void)
|
||||
{
|
||||
#ifdef WITH_TLS
|
||||
# if !defined(OPENSSL_NO_ENGINE) && OPENSSL_API_LEVEL < 30000
|
||||
ENGINE_cleanup();
|
||||
# endif
|
||||
is_tls_initialized = false;
|
||||
|
||||
cleanup_ui_method();
|
||||
if(is_tls_initialized){
|
||||
# if !defined(OPENSSL_NO_ENGINE) && OPENSSL_API_LEVEL < 30000
|
||||
ENGINE_cleanup();
|
||||
# endif
|
||||
is_tls_initialized = false;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_SRV
|
||||
|
||||
Reference in New Issue
Block a user