From d0b4271b20bf53b0649d08763995bddda8aad378 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 31 Jul 2008 22:03:38 +0000 Subject: In Windows build, package a statically linked openssl.exe to work around observed instabilities in the dynamic build since the migration to OpenSSL 0.9.8h. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3149 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/getopenssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-win32/getopenssl') diff --git a/install-win32/getopenssl b/install-win32/getopenssl index 118fcb3..8c78f54 100644 --- a/install-win32/getopenssl +++ b/install-win32/getopenssl @@ -7,7 +7,7 @@ if [ -d "$OPENSSL_DIR" ] ; then mkdir -p $GENOUT/lib &>/dev/null mkdir -p $GENOUT/bin &>/dev/null - for f in libeay32.dll libssl32.dll openssl.exe ; do + for f in libeay32.dll libssl32.dll out/openssl.exe ; do cp $OPENSSL_DIR/$f $GENOUT/lib if [ -z "$NO_STRIP" ]; then strip $GENOUT/lib/$f -- cgit v1.2.3