mirror of https://github.com/asterisk/asterisk
tcptls.c: In function '__ssl_setup': tcptls.c:417:52: error: implicit declaration of function 'SSLv3_client_method'; did you mean 'SSLv23_client_method'? [-Wimplicit-function-declaration] 417 | cfg->ssl_ctx = SSL_CTX_new(SSLv3_client_method()); SSLv3_client_method was removed from OpenSSL 4.0.0: https://github.com/openssl/openssl/blob/openssl-4.0.0/doc/man7/ossl-removed-api.pod?plain=1#L440 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Resolves: #1952pull/2003/head
parent
94fce3997f
commit
ffd9f49645
Loading…
Reference in new issue