aboutsummaryrefslogtreecommitdiff
path: root/win/openvpn.nsi
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-06-29 11:24:07 +0300
committerDavid Sommerseth <davids@redhat.com>2011-07-01 11:35:43 +0200
commitacef89fc947434a4de3fc4802d1e59409b1fbbf7 (patch)
tree0032814195ac6d982348fbad4ca4b3c10722cf60 /win/openvpn.nsi
parentRevert "Add new openssl.cnf to easy-rsa/Windows" (diff)
downloadopenvpn-acef89fc947434a4de3fc4802d1e59409b1fbbf7.tar.xz
Updated "easy-rsa" for OpenSSL 1.0.0
This patch fixes remaining issues with Trac ticket #125. It does the following: - Update easy-rsa/2.0/README - Rename easy-rsa/2.0/openssl.cnf as openssl-0.9.8.cnf - Add easy-rsa/2.0/openssl-1.0.0.cnf - Updated vars.bat.sample to use openssl-1.0.0.cnf - Updated win/openvpn.nsi to use openssl-1.0.0.cnf - Add a few undefined variables to vars and vars.bat.sample: required by OpenSSL 1.0.0 (at least on Windows) Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Tested-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'win/openvpn.nsi')
-rwxr-xr-xwin/openvpn.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/openvpn.nsi b/win/openvpn.nsi
index d667d76..29d34f1 100755
--- a/win/openvpn.nsi
+++ b/win/openvpn.nsi
@@ -274,7 +274,7 @@ Section "${PRODUCT_NAME} RSA Certificate Management Scripts" SecOpenVPNEasyRSA
# 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}\2.0\openssl-1.0.0.cnf"
File "${EASYRSA}\Windows\vars.bat.sample"