From: Daniel Stenberg Date: Tue, 11 Jun 2019 13:33:29 +0000 (+0200) Subject: configure: remove CURL_DISABLE_TLS_SRP X-Git-Tag: curl-7_65_2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=002cdc929da802ae048cfe661a94bd83bf0734df;p=curl configure: remove CURL_DISABLE_TLS_SRP It isn't used by code so stop providing the define. Closes #4010 --- diff --git a/configure.ac b/configure.ac index fb14e0337..9b69e1bb4 100755 --- a/configure.ac +++ b/configure.ac @@ -3957,7 +3957,6 @@ AC_HELP_STRING([--disable-tls-srp],[Disable TLS-SRP authentication]), [ case "$enableval" in no) AC_MSG_RESULT(no) - AC_DEFINE(CURL_DISABLE_TLS_SRP, 1, [to disable TLS-SRP authentication]) want_tls_srp=no ;; *) AC_MSG_RESULT(yes)