diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-01 15:33:00 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-01 15:33:00 +0200 |
commit | 3512dd8de571c8183a7e7476db30a928573d8442 (patch) | |
tree | a6e8e13bc598a4762c96312800451ddf0a8306e6 /openvpn/src/compat | |
parent | f26bdab76d0632aa0f1489c58e9ccc28bf1c74ba (diff) |
Support strange certificate + passsword authentication types
Diffstat (limited to 'openvpn/src/compat')
-rw-r--r-- | openvpn/src/compat/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/compat/Makefile.am b/openvpn/src/compat/Makefile.am index 5ee35f72..7ad44525 100644 --- a/openvpn/src/compat/Makefile.am +++ b/openvpn/src/compat/Makefile.am @@ -20,6 +20,7 @@ noinst_LTLIBRARIES = libcompat.la libcompat_la_SOURCES = \ compat.h \ + compat-stdbool.h \ compat-dirname.c \ compat-basename.c \ compat-gettimeofday.c \ |