@@ -111,19 +111,15 @@ ], [ (void)SSL_set_tlsext_host_name((void *) 0, (void *) 0); ])], [ AC_MSG_RESULT([yes]) tcltls_cv_func_tlsext_hostname='yes' - tcltls_cv_func_tlsext_hostname='no' ], [ AC_MSG_RESULT([no]) + tcltls_cv_func_tlsext_hostname='no' ]) AC_LANG_POP([C]) - -dnl AC_CHECK_FUNC(SSL_set_tlsext_host_name, [ -dnl ], [ -dnl ]) ]) if test "$tcltls_cv_func_tlsext_hostname" = 'no'; then AC_DEFINE([OPENSSL_NO_TLSEXT], [1], [Define this if your OpenSSL does not support the TLS Extension for SNI]) fi