Added a fist hook to fill up IKE_AUTH messages with dummy certificates (1.1.1/1.2.1)

This commit is contained in:
Martin Willi
2011-01-05 16:45:41 +01:00
parent dacf658036
commit 6260e6fe12
2 changed files with 146 additions and 2 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ ipsec_PROGRAMS = conftest
AM_CFLAGS = -rdynamic
conftest_SOURCES = conftest.c conftest.h config.c config.h hooks/hook.h \
actions.c actions.h
conftest_SOURCES = conftest.c conftest.h config.c config.h actions.c actions.h \
hooks/hook.h hooks/ike_auth_fill.c
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \