aboutsummaryrefslogtreecommitdiff
path: root/easy-rsa/2.0/Makefile
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-06-30 10:59:10 +0300
committerDavid Sommerseth <davids@redhat.com>2011-07-01 10:31:42 +0200
commit924e2d9db3a840f166a5fbe9e0758fb8f16498fe (patch)
tree6f0b9fdf5429aa010943f46eaeb5985f0299ccc4 /easy-rsa/2.0/Makefile
parentMade domake-win builds to use easy-rsa/2.0/openssl-1.0.0.cnf (diff)
downloadopenvpn-924e2d9db3a840f166a5fbe9e0758fb8f16498fe.tar.xz
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>
Diffstat (limited to 'easy-rsa/2.0/Makefile')
-rw-r--r--easy-rsa/2.0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/easy-rsa/2.0/Makefile b/easy-rsa/2.0/Makefile
index 125ac51..8000cc5 100644
--- a/easy-rsa/2.0/Makefile
+++ b/easy-rsa/2.0/Makefile
@@ -10,4 +10,4 @@ install:
install -d "${DESTDIR}/${PREFIX}"
install -m 0755 build-* "${DESTDIR}/${PREFIX}"
install -m 0755 clean-all list-crl inherit-inter pkitool revoke-full sign-req whichopensslcnf "${DESTDIR}/${PREFIX}"
- install -m 0644 openssl-0.9.6.cnf openssl.cnf README vars "${DESTDIR}/${PREFIX}"
+ install -m 0644 openssl-0.9.6.cnf openssl-0.9.8.cnf openssl-1.0.0.cnf README vars "${DESTDIR}/${PREFIX}"