]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixes to easy-rsa/2.0
authorSamuli Seppänen <samuli@openvpn.net>
Thu, 30 Jun 2011 07:59:10 +0000 (10:59 +0300)
committerDavid Sommerseth <davids@redhat.com>
Fri, 1 Jul 2011 09:35:43 +0000 (11:35 +0200)
commitb7e0d372e3aeb07d129642473d274d7d590eea1a
tree46cfe6084f57ec7712850b522338d0dfbee8b0db
parentd22a3799f51c58525a715f767613731669bba98c
Fixes to easy-rsa/2.0

As support for OpenSSL 1.0.0 requires a modified openssl.cnf file, it was
decided to rename openssl.cnf to openssl-1.0.0.cnf for clarity and better
support of different OpenSSL versions. The old openssl.cnf was renamed as
openssl-0.9.8.cnf.

This patch makes sure that all openssl*.cnf files are copied when running 'make
install' in easy-rsa and makes the whichopensslcnf script aware of them as well.

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
easy-rsa/2.0/Makefile
easy-rsa/2.0/openssl-0.9.8.cnf [new file with mode: 0755]
easy-rsa/2.0/whichopensslcnf