Implemented a add_notify hook to inject arbitrary Notify payloads

This commit is contained in:
Martin Willi
2011-01-05 16:45:41 +01:00
parent 89fda1abb5
commit 52e6df0cdc
2 changed files with 142 additions and 1 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ ipsec_PROGRAMS = conftest
AM_CFLAGS = -rdynamic
conftest_SOURCES = conftest.c conftest.h config.c config.h actions.c actions.h \
hooks/hook.h hooks/ike_auth_fill.c hooks/unsort_message.c
hooks/hook.h hooks/ike_auth_fill.c hooks/unsort_message.c \
hooks/add_notify.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \