diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2011-12-02 20:11:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2011-12-02 20:11:22 +0100 |
commit | 61c9677c5d2f1707544024b2108b79f3b0f1fc22 (patch) | |
tree | b292e6ca054ed714f9b95d045abf096c37c5607f /package/openvpn/patches/patch-easy-rsa_2_0_build-dh | |
parent | a2b4256de007d8d471efe5b21e4d5df574fb6bea (diff) |
add missing patches
Diffstat (limited to 'package/openvpn/patches/patch-easy-rsa_2_0_build-dh')
-rw-r--r-- | package/openvpn/patches/patch-easy-rsa_2_0_build-dh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openvpn/patches/patch-easy-rsa_2_0_build-dh b/package/openvpn/patches/patch-easy-rsa_2_0_build-dh new file mode 100644 index 000000000..771800a17 --- /dev/null +++ b/package/openvpn/patches/patch-easy-rsa_2_0_build-dh @@ -0,0 +1,10 @@ +--- openvpn-2.2.1.orig/easy-rsa/2.0/build-dh 2011-04-27 11:52:59.000000000 +0200 ++++ openvpn-2.2.1/easy-rsa/2.0/build-dh 2011-12-02 18:10:44.000000000 +0100 +@@ -1,5 +1,7 @@ + #!/bin/sh + ++. /etc/easy-rsa/vars ++ + # Build Diffie-Hellman parameters for the server side + # of an SSL/TLS connection. + |