mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
FS-6295 try now
This commit is contained in:
parent
de758448e4
commit
787e7f7495
@ -284,9 +284,12 @@ int tls_init_ecdh_curve(tls_t *tls)
|
||||
SSL_CTX_set_tmp_ecdh(tls->ctx, ecdh);
|
||||
EC_KEY_free(ecdh);
|
||||
return 0;
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
return -1;
|
||||
#endif
|
||||
#else
|
||||
return -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user