Fix a build-ca issue on Windows

Fixes Trac ticket #125

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
(cherry picked from commit 38108434db7b2d574133dd645d01df03848532d6)
This commit is contained in:
Samuli Seppänen 2011-06-17 12:18:02 +03:00 committed by David Sommerseth
parent 22c7d4699b
commit 09282a688b
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1 @@
copy vars.bat.sample vars.bat
copy openssl.cnf.sample openssl.cnf

View File

@ -272,8 +272,9 @@ Section "${PRODUCT_NAME} RSA Certificate Management Scripts" SecOpenVPNEasyRSA
# FIXME: the easy-rsa directory would need cleaning up
# Original nsi script looked for openssl.cnf.sample
File "${EASYRSA}\2.0\openssl.cnf"
# Original nsi script looked for ${EASYRSA}\2.0\openssl.cnf.sample. A newer
# openssl.cnf is needed on OpenVPN 2.2+.
File "${EASYRSA}\Windows\openssl.cnf"
File "${EASYRSA}\Windows\vars.bat.sample"