Added a Suite B conftest utility skeleton using libcharon

This commit is contained in:
Martin Willi
2011-01-05 16:45:40 +01:00
parent 65697c2734
commit e78ec86d27
6 changed files with 303 additions and 2 deletions
+9 -1
View File
@@ -8,6 +8,10 @@ if USE_LIBHYDRA
SUBDIRS += libhydra
endif
if USE_LIBCHARON
SUBDIRS += libcharon
endif
if USE_SIMAKA
SUBDIRS += libsimaka
endif
@@ -25,7 +29,7 @@ if USE_PLUTO
endif
if USE_CHARON
SUBDIRS += libcharon charon
SUBDIRS += charon
endif
if USE_STROKE
@@ -40,6 +44,10 @@ if USE_TOOLS
SUBDIRS += libfreeswan openac scepclient pki
endif
if USE_CONFTEST
SUBDIRS += conftest
endif
if USE_DUMM
SUBDIRS += dumm
endif