From ca847ba5cf735aed70751e74f5d3ee69734c91cd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 13 Nov 2021 11:50:59 +0100 Subject: azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper The configure line would previously depend on a configure mistake using --without-openssl that is fixed and now this configure line needs adjusting to use --without-ssl. Follow-up to b589696f0312d Closes #8006 --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2fff67c3e..56b9d3ff9 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -64,7 +64,7 @@ stages: configure: --disable-ipv6 --with-openssl disable_http_smtp_imap: name: w/o HTTP/SMTP/IMAP - configure: --disable-http --disable-smtp --disable-imap --without-openssl + configure: --disable-http --disable-smtp --disable-imap --without-ssl disable_thredres: name: sync resolver configure: --disable-threaded-resolver --with-openssl -- cgit v1.2.1