mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
FS-9623: fix rare crash on startup due to openssl init functions being run multiple times
This commit is contained in:
parent
c8c0cd3857
commit
f35c2a4ec2
@ -27,7 +27,7 @@ struct ws_globals_s ws_globals;
|
||||
|
||||
void init_ssl(void)
|
||||
{
|
||||
SSL_library_init();
|
||||
// SSL_library_init();
|
||||
}
|
||||
void deinit_ssl(void)
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ struct ws_globals_s ws_globals;
|
||||
|
||||
void init_ssl(void)
|
||||
{
|
||||
SSL_library_init();
|
||||
// SSL_library_init();
|
||||
}
|
||||
void deinit_ssl(void)
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ 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