bug in configure?

2022-03-17 Thread Robert Brose via curl-library
Using the configure flag: --disable-tls-srp   Disable TLS-SRP authentication When building for gnutls as the SSL backend doesn't undefine: HAVE_GNUTLS_SRP in the curl_config.h which causes a compile error for me. I need to correct that by hand. I assume it should undefine HAVE_GNUTLS_SRP ?

Re: bug in configure?

2022-03-17 Thread Ray Satiro via curl-library
On 3/17/2022 11:38 AM, Robert Brose via curl-library wrote: > > --disable-tls-srp   Disable TLS-SRP authentication > > When building for gnutls as the SSL backend doesn't undefine: > HAVE_GNUTLS_SRP > > in the curl_config.h > > which causes a compile error for me. I need to correct that by hand