diff options
author | Martin Willi <martin@revosec.ch> | 2010-11-15 14:47:06 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-01-05 16:45:47 +0100 |
commit | c6f2bac1b85a75386928007ad8041a39818c0944 (patch) | |
tree | 5095c469955d79864a4b976a9892a0fe5037bcfe /src/conftest/Makefile.am | |
parent | 6dd6b0ef95f44c7d33e149566878e0aa69341ef6 (diff) | |
download | strongswan-c6f2bac1b85a75386928007ad8041a39818c0944.tar.bz2 strongswan-c6f2bac1b85a75386928007ad8041a39818c0944.tar.xz |
Added hook to log received KE group
Diffstat (limited to 'src/conftest/Makefile.am')
-rw-r--r-- | src/conftest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/Makefile.am b/src/conftest/Makefile.am index 7eecfc672..7d18f8334 100644 --- a/src/conftest/Makefile.am +++ b/src/conftest/Makefile.am @@ -7,7 +7,7 @@ conftest_SOURCES = conftest.c conftest.h config.c config.h actions.c actions.h \ hooks/add_notify.c hooks/unencrypted_notify.c hooks/ignore_message.c \ hooks/add_payload.c hooks/set_critical.c hooks/force_cookie.c \ hooks/set_ike_version.c hooks/pretend_auth.c hooks/set_length.c \ - hooks/log_proposals.c hooks/set_proposal_number.c + hooks/log_proposals.c hooks/set_proposal_number.c hooks/log_ke.c INCLUDES = \ -I$(top_srcdir)/src/libstrongswan \ |