1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-14 21:45:13 -05:00

configure: remove CURL_DISABLE_TLS_SRP

It isn't used by code so stop providing the define.

Closes #4010
This commit is contained in:
Daniel Stenberg 2019-06-11 15:33:29 +02:00
parent 48016832dc
commit 002cdc929d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -3957,7 +3957,6 @@ AC_HELP_STRING([--disable-tls-srp],[Disable TLS-SRP authentication]),
[ case "$enableval" in [ case "$enableval" in
no) no)
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
AC_DEFINE(CURL_DISABLE_TLS_SRP, 1, [to disable TLS-SRP authentication])
want_tls_srp=no want_tls_srp=no
;; ;;
*) AC_MSG_RESULT(yes) *) AC_MSG_RESULT(yes)