mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +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);
|
SSL_CTX_set_tmp_ecdh(tls->ctx, ecdh);
|
||||||
EC_KEY_free(ecdh);
|
EC_KEY_free(ecdh);
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#else
|
||||||
#endif
|
|
||||||
return -1;
|
return -1;
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
return -1;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user