diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-12-04 10:21:38 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-12-04 10:21:38 +0100 |
commit | 6874df200c2655eb94d4949beaf20dd03d85854e (patch) | |
tree | 1f3234b954505c84120b4663597f4ba7603d97a1 /main/openvpn/distro | |
parent | f1f81cb19b57310ce433badf75719891243c3071 (diff) |
Update OpenVPN to fix cipher null regression
--HG--
extra : rebase_source : 7e02f4734821d8e72fdb001355b2623c99e91fae
Diffstat (limited to 'main/openvpn/distro')
-rw-r--r-- | main/openvpn/distro/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/openvpn/distro/Makefile.am b/main/openvpn/distro/Makefile.am index 2dd6a6ee..bd65b79b 100644 --- a/main/openvpn/distro/Makefile.am +++ b/main/openvpn/distro/Makefile.am @@ -13,3 +13,5 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in SUBDIRS = rpm + +EXTRA_DIST = systemd/openvpn-client@.service systemd/openvpn-server@.service |