diff options
Diffstat (limited to 'package/openvpn/patches/patch-easy-rsa_2_0_revoke-full')
-rw-r--r-- | package/openvpn/patches/patch-easy-rsa_2_0_revoke-full | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openvpn/patches/patch-easy-rsa_2_0_revoke-full b/package/openvpn/patches/patch-easy-rsa_2_0_revoke-full new file mode 100644 index 000000000..ac66c4bb9 --- /dev/null +++ b/package/openvpn/patches/patch-easy-rsa_2_0_revoke-full @@ -0,0 +1,10 @@ +--- openvpn-2.2.1.orig/easy-rsa/2.0/revoke-full 2011-04-27 11:52:59.000000000 +0200 ++++ openvpn-2.2.1/easy-rsa/2.0/revoke-full 2011-12-01 19:43:00.000000000 +0100 +@@ -2,6 +2,7 @@ + + # revoke a certificate, regenerate CRL, + # and verify revocation ++. /etc/easy-rsa/vars + + CRL="crl.pem" + RT="revoke-test.pem" |