]> 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 08:31:42 +0000 (10:31 +0200)
commit924e2d9db3a840f166a5fbe9e0758fb8f16498fe
tree6f0b9fdf5429aa010943f46eaeb5985f0299ccc4
parent5d14fcd885d19de42f3da45c94568ee934075949
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