]> granicus.if.org Git - curl/commitdiff
configure.ac: remove checks for OpenSSL NPN/ALPN funcs again
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2014 19:48:29 +0000 (20:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2014 21:38:39 +0000 (22:38 +0100)
... since the conditional in the code are now based on OpenSSL versions
instead to better support non-configure builds.

configure.ac

index d51c7e5e8954fa73c789f4465e2ace6cb1542023..ae57a52cdd3b9989863e66638c8af628c8643141 100644 (file)
@@ -1570,10 +1570,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg" && test X"$OPT_SSL" != Xno; then
                     ENGINE_cleanup \
                     CRYPTO_cleanup_all_ex_data \
                     SSL_get_shutdown \
-                    SSLv2_client_method \
-                    SSL_CTX_set_next_proto_select_cb \
-                    SSL_CTX_set_alpn_protos \
-                    SSL_CTX_set_alpn_select_cb )
+                    SSLv2_client_method )
 
     dnl Make an attempt to detect if this is actually yassl's headers and
     dnl OpenSSL emulation layer. We still leave everything else believing