diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-13 13:36:23 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-13 13:36:23 +0000 |
commit | a7eef14a3eded1a4af503742ff3e7cb5bfaab0ce (patch) | |
tree | 7b05736b453aafc74fef81ebf0d9e9dcb2c35b38 /domake-win | |
parent | Added errors-to-stderr option. When enabled, fatal errors (diff) | |
download | openvpn-a7eef14a3eded1a4af503742ff3e7cb5bfaab0ce.tar.xz |
Updated Windows build scripts to package openssl-0.9.8k,
and to use the Server 2008 WDK (6001.18002).
In cryptoapi.c, renamed CryptAcquireCertificatePrivateKey to
OpenVPNCryptAcquireCertificatePrivateKey to work around
a symbol conflict in MinGW-5.1.4.exe.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4318 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | domake-win | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ # These settings will then drive the rest of the build process. install-win32/winconfig -# Delete the GENOUT directory if CLEAN="yes" +# clean all generated files install-win32/doclean # Load a pre-built GENOUT directory if GENOUT_PREBUILT is defined |