diff options
author | Martin Willi <martin@revosec.ch> | 2014-06-04 16:35:02 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 16:35:33 +0200 |
commit | c81a03e3004be0deb35ead60c33d037ace574655 (patch) | |
tree | 88d8e8b50e86a3fdcc85a6b3fcad400b7ed072bd /scripts/test.sh | |
parent | d2859f52516b228c27bdba2ea924c6ca74de5ffb (diff) | |
parent | c572401b3474cc003bcbc202921e97f7f67adaeb (diff) | |
download | strongswan-c81a03e3004be0deb35ead60c33d037ace574655.tar.bz2 strongswan-c81a03e3004be0deb35ead60c33d037ace574655.tar.xz |
Merge branch 'win-fetcher'
Implements a HTTP/HTTPS fetcher for the Windows platform using the native
WinHTTP API.
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-x | scripts/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 103b41103..7c1dc89ac 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -35,7 +35,7 @@ all) --disable-lock-profiler --disable-maemo --disable-padlock --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen --disable-svc --disable-dbghelp-backtraces --disable-socket-win - --disable-kernel-wfp --disable-kernel-iph" + --disable-kernel-wfp --disable-kernel-iph --disable-winhttp" if test "$LEAK_DETECTIVE" = "yes"; then # libgcrypt can't be deinitialized CONFIG="$CONFIG --disable-gcrypt" |