Added a hook to alter the payload length field of arbitrary payloads

This commit is contained in:
Martin Willi
2011-01-05 16:45:47 +01:00
parent 2ecbd6186e
commit b080f393ce
2 changed files with 134 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ 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_payload.c hooks/set_critical.c hooks/force_cookie.c \
hooks/set_ike_version.c hooks/pretend_auth.c
hooks/set_ike_version.c hooks/pretend_auth.c hooks/set_length.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \