Added ipseckey plugin, which provides support for public keys in IPSECKEY RRs

This commit is contained in:
Reto Guadagnini
2013-02-19 12:25:00 +01:00
committed by Tobias Brunner
parent d786cbda5c
commit a77bbc3b8c
9 changed files with 863 additions and 0 deletions
+7
View File
@@ -212,6 +212,13 @@ if MONOLITHIC
endif
endif
if USE_IPSECKEY
SUBDIRS += plugins/ipseckey
if MONOLITHIC
libcharon_la_LIBADD += plugins/ipseckey/libstrongswan-ipseckey.la
endif
endif
if USE_UPDOWN
SUBDIRS += plugins/updown
if MONOLITHIC