Added a hook to inject custom payloads with critical bit

This commit is contained in:
Martin Willi
2011-01-05 16:45:43 +01:00
parent ca93b54e65
commit 9b2ed9501f
2 changed files with 130 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ 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/add_notify.c hooks/unencrypted_notify.c hooks/ignore_message.c
hooks/add_notify.c hooks/unencrypted_notify.c hooks/ignore_message.c \
hooks/add_payload.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \