]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper
authorDaniel Stenberg <daniel@haxx.se>
Sat, 13 Nov 2021 10:50:59 +0000 (11:50 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 13 Nov 2021 13:16:48 +0000 (14:16 +0100)
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

index 2fff67c3ecffcd1fe14279a35dff9f7640d8f220..56b9d3ff99b21cdffeeffa676d4f8d474641bdcd 100644 (file)
@@ -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