mirror of
https://github.com/curl/curl.git
synced 2026-04-18 19:01:41 +03: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:
parent
48016832dc
commit
002cdc929d
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue