mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -05:00
configure.ac: remove checks for OpenSSL NPN/ALPN funcs again
... since the conditional in the code are now based on OpenSSL versions instead to better support non-configure builds.
This commit is contained in:
parent
e102478b3d
commit
e62e77426f
@ -1570,10 +1570,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg" && test X"$OPT_SSL" != Xno; then
|
|||||||
ENGINE_cleanup \
|
ENGINE_cleanup \
|
||||||
CRYPTO_cleanup_all_ex_data \
|
CRYPTO_cleanup_all_ex_data \
|
||||||
SSL_get_shutdown \
|
SSL_get_shutdown \
|
||||||
SSLv2_client_method \
|
SSLv2_client_method )
|
||||||
SSL_CTX_set_next_proto_select_cb \
|
|
||||||
SSL_CTX_set_alpn_protos \
|
|
||||||
SSL_CTX_set_alpn_select_cb )
|
|
||||||
|
|
||||||
dnl Make an attempt to detect if this is actually yassl's headers and
|
dnl Make an attempt to detect if this is actually yassl's headers and
|
||||||
dnl OpenSSL emulation layer. We still leave everything else believing
|
dnl OpenSSL emulation layer. We still leave everything else believing
|
||||||
|
Loading…
Reference in New Issue
Block a user