mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 05:31:05 +08:00
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:
parent
22c7d4699b
commit
09282a688b
@ -1,2 +1 @@
|
||||
copy vars.bat.sample vars.bat
|
||||
copy openssl.cnf.sample openssl.cnf
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user