summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-13 18:11:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-15 09:08:34 +0200
commit7bdec2a08bf025d2f66c168111d47df6b21890d9 (patch)
treec7ebb039e40dbb45559fb4f89532dad7a1ae0c55 /.github
parentccaaa534d0dd621a8bbafb4bd96c1472f4a77c59 (diff)
downloadcurl-7bdec2a08bf025d2f66c168111d47df6b21890d9.tar.gz
configure: provide --with-openssl, deprecate --with-ssl
Makes the option more explicit. Closes #6887
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 16b0476e8..b3fe55ab7 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -44,11 +44,11 @@ jobs:
macosx-version-min: 10.8
- name: OpenSSL metalink
install: nghttp2 openssl libmetalink
- configure: --enable-debug --with-ssl=/usr/local/opt/openssl --with-libmetalink
+ configure: --enable-debug --with-openssl=/usr/local/opt/openssl --with-libmetalink
macosx-version-min: 10.9
- name: LibreSSL metalink
install: nghttp2 libressl libmetalink
- configure: --enable-debug --with-ssl=/usr/local/opt/libressl --with-libmetalink
+ configure: --enable-debug --with-openssl=/usr/local/opt/libressl --with-libmetalink
macosx-version-min: 10.9
- name: torture
install: nghttp2 openssl