mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-9623: fix rare crash on startup due to openssl init functions being run multiple times
This commit is contained in:
@@ -31,7 +31,7 @@ static struct ws_globals_s ws_globals;
|
||||
|
||||
void init_ssl(void)
|
||||
{
|
||||
SSL_library_init();
|
||||
// SSL_library_init();
|
||||
}
|
||||
void deinit_ssl(void)
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ static struct ws_globals_s ws_globals;
|
||||
|
||||
void init_ssl(void)
|
||||
{
|
||||
SSL_library_init();
|
||||
// SSL_library_init();
|
||||
}
|
||||
void deinit_ssl(void)
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ static struct globals_s globals;
|
||||
|
||||
void init_ssl(void)
|
||||
{
|
||||
SSL_library_init();
|
||||
// SSL_library_init();
|
||||
}
|
||||
void deinit_ssl(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user