Skip to content

Commit 21b034e

Browse files
committed
curl: better OpenSSL link [ci skip]
1 parent f2e3b2d commit 21b034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ _VER="$1"
185185
if [ -n "${_OPENSSL}" ] && [ -d "../${_OPENSSL}/${_PP}" ]; then
186186
# ECH feature requests:
187187
# https://github.com/libressl/portable/issues/546
188-
# https://github.com/openssl/openssl/issues/7482
188+
# https://github.com/openssl/openssl/pull/22938
189189
[ -n "${mainssl}" ] || mainssl='openssl'
190190
options+=' -DCURL_USE_OPENSSL=ON'
191191
options+=" -DOPENSSL_ROOT_DIR=${_TOP}/${_OPENSSL}/${_PP}"

0 commit comments

Comments
 (0)