Implemented a hook to unsort payloads in messages

This commit is contained in:
Martin Willi
2011-01-05 16:45:41 +01:00
parent e6c6a4d304
commit f2986524d9
2 changed files with 134 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ 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/hook.h hooks/ike_auth_fill.c hooks/unsort_message.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \