appveyor: Also build against newer OpenSSL versions

The original version is 1.0.2, which we keep as that version is not in
use on other platforms anymore.
This commit is contained in:
Tobias Brunner
2021-01-27 16:32:43 +01:00
parent 14a0c08235
commit a5f4b996bf
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -184,8 +184,8 @@ win*)
TARGET=
else
CONFIG="$CONFIG --enable-openssl"
CFLAGS="$CFLAGS -I/c/OpenSSL-$TEST/include"
LDFLAGS="-L/c/OpenSSL-$TEST"
CFLAGS="$CFLAGS -I$OPENSSL_DIR/include"
LDFLAGS="-L$OPENSSL_DIR"
export LDFLAGS
fi
CFLAGS="$CFLAGS -mno-ms-bitfields"