mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
configure: TLS-SRP wasn't added as a feature
Test case 1014 failed since TLS-SRP was correctly set to the features variable so curl-config --features didn't output it.
This commit is contained in:
parent
511031c8d8
commit
4ba3d8bd00
@ -2689,6 +2689,7 @@ AC_HELP_STRING([--disable-tls-srp],[Disable TLS-SRP authentication]),
|
|||||||
|
|
||||||
if test "$want_tls_srp" = "yes" && test "x$HAVE_GNUTLS_SRP" = "x1"; then
|
if test "$want_tls_srp" = "yes" && test "x$HAVE_GNUTLS_SRP" = "x1"; then
|
||||||
AC_DEFINE(USE_TLS_SRP, 1, [Use TLS-SRP authentication])
|
AC_DEFINE(USE_TLS_SRP, 1, [Use TLS-SRP authentication])
|
||||||
|
USE_TLS_SRP=1
|
||||||
curl_tls_srp_msg="enabled"
|
curl_tls_srp_msg="enabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user