We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HAVE_LIBRESSL
1 parent d60b8e0 commit d2f523bCopy full SHA for d2f523b
curl.sh
@@ -221,6 +221,9 @@ _VER="$1"
221
fi
222
if [ "${_OPENSSL}" != 'libressl' ]; then
223
options+=' -DHAVE_SSL_SET0_WBIO=1' # fast-track configuration
224
+ if [ "${CURL_VER_}" != '8.11.1' ]; then
225
+ options+=' -DHAVE_LIBRESSL=1' # fast-track configuration
226
+ fi
227
228
if [ "${CURL_VER_}" = '8.11.1' ]; then
229
[ "${h3}" = '1' ] && options+=' -DHAVE_SSL_CTX_SET_QUIC_METHOD=1' # fast-track configuration
0 commit comments