summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-06-17 12:18:02 +0300
committerDavid Sommerseth <davids@redhat.com>2011-06-20 11:04:03 +0200
commit09282a688bd16d1572a7cc4fd20d3785fb2b4c1e (patch)
treee2b9372b556be3509b1fd6e99df8212e94374fa3 /win
parent22c7d4699b4aaaa4d8512dd841564ac1606c0556 (diff)
downloadopenvpn-09282a688bd16d1572a7cc4fd20d3785fb2b4c1e.tar.gz
openvpn-09282a688bd16d1572a7cc4fd20d3785fb2b4c1e.tar.xz
openvpn-09282a688bd16d1572a7cc4fd20d3785fb2b4c1e.zip
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)
Diffstat (limited to 'win')
-rwxr-xr-xwin/openvpn.nsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/openvpn.nsi b/win/openvpn.nsi
index d3f80d0..d667d76 100755
--- a/win/openvpn.nsi
+++ b/win/openvpn.nsi
@@ -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"