diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-02 19:42:51 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-02 19:42:51 +0000 |
commit | 24a824b79137d660456cca7968cd2c5b81318809 (patch) | |
tree | 195ce3f1873c96499fd99bda4a174b90a58e4964 /install-win32/prebuild | |
parent | Moved easy-rsa 2.0 scripts to easy-rsa/2.0 to (diff) | |
download | openvpn-24a824b79137d660456cca7968cd2c5b81318809.tar.xz |
Edited prebuild to properly get the easy-rsa/1.0
version of openssl.cnf for the Windows installer.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@761 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/prebuild')
-rwxr-xr-x | install-win32/prebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/prebuild b/install-win32/prebuild index d646684..a8a160e 100755 --- a/install-win32/prebuild +++ b/install-win32/prebuild @@ -92,7 +92,7 @@ cat $IN/COPYING $IN/COPYRIGHT.GPL | $U2D >$OUT/install-win32/license.txt $U2D <$IN/sample-config-files/client.conf >$OUT/install-win32/client.ovpn $U2D <$IN/sample-config-files/server.conf >$OUT/install-win32/server.ovpn cp $IN/install-win32/sample.ovpn $OUT/install-win32 -$U2D <$IN/easy-rsa/openssl.cnf >$OUT/install-win32/openssl.cnf.sample +$U2D <$IN/easy-rsa/1.0/openssl.cnf >$OUT/install-win32/openssl.cnf.sample echo BUILD tap-win32 |