mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
FS-9623: fix rare crash on startup due to openssl init functions being run multiple times
This commit is contained in:
parent
7751c61a27
commit
3bcab9b32a
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user