diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-01-05 18:47:51 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-01-05 18:47:51 +0100 |
commit | 6c31ffa5066e562477ed1a1982ca5389cdf93306 (patch) | |
tree | 218f6dda5f2af78450e46aa67c62bdd37927ab27 /openvpn/src/compat/Makefile.am | |
parent | 08cce14bd56d431f4d18bcf97ea56667fb5a1138 (diff) |
Update OpenVPN source (adds lz4, disables export openssl ciphers)
Diffstat (limited to 'openvpn/src/compat/Makefile.am')
-rw-r--r-- | openvpn/src/compat/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openvpn/src/compat/Makefile.am b/openvpn/src/compat/Makefile.am index 7ad44525..4591b851 100644 --- a/openvpn/src/compat/Makefile.am +++ b/openvpn/src/compat/Makefile.am @@ -26,4 +26,5 @@ libcompat_la_SOURCES = \ compat-gettimeofday.c \ compat-daemon.c \ compat-inet_ntop.c \ - compat-inet_pton.c + compat-inet_pton.c \ + compat-lz4.c compat-lz4.h |