aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-07-28 10:12:33 +0200
committerTobias Brunner <tobias@strongswan.org>2017-07-28 11:23:23 +0200
commit096626286abf6bc73755d1cc352a672be90f6934 (patch)
treeca7b65cc1d3b2354b5814af02efc1e7179e8c54b /scripts
parent95ecc11774989e4bc4c70faf317355f9cecc6444 (diff)
downloadstrongswan-096626286abf6bc73755d1cc352a672be90f6934.tar.bz2
strongswan-096626286abf6bc73755d1cc352a672be90f6934.tar.xz
appveyor: Build against OpenSSL
This is mainly for the RNG needed for the exchange tests.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 238102f32..e3bc37e30 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -67,6 +67,11 @@ win*)
# no make check for Windows binaries unless we run on a windows host
if test "$APPVEYOR" != "True"; then
TARGET=
+ else
+ CONFIG="$CONFIG --enable-openssl"
+ CFLAGS="$CFLAGS -I/c/OpenSSL-$TEST/include"
+ LDFLAGS="-L/c/OpenSSL-$TEST"
+ export LDFLAGS
fi
CFLAGS="$CFLAGS -mno-ms-bitfields"
DEPS="gcc-mingw-w64-base"