We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e3b2d commit 21b034eCopy full SHA for 21b034e
curl.sh
@@ -185,7 +185,7 @@ _VER="$1"
185
if [ -n "${_OPENSSL}" ] && [ -d "../${_OPENSSL}/${_PP}" ]; then
186
# ECH feature requests:
187
# https://github.com/libressl/portable/issues/546
188
- # https://github.com/openssl/openssl/issues/7482
+ # https://github.com/openssl/openssl/pull/22938
189
[ -n "${mainssl}" ] || mainssl='openssl'
190
options+=' -DCURL_USE_OPENSSL=ON'
191
options+=" -DOPENSSL_ROOT_DIR=${_TOP}/${_OPENSSL}/${_PP}"
0 commit comments