Added PKCS#8 stub plugin.

This commit is contained in:
Tobias Brunner
2012-02-01 18:27:45 +01:00
parent 9ec66bc1a5
commit 5ec525c1d1
5 changed files with 143 additions and 0 deletions
+7
View File
@@ -257,6 +257,13 @@ if MONOLITHIC
endif
endif
if USE_PKCS8
SUBDIRS += plugins/pkcs8
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/pkcs8/libstrongswan-pkcs8.la
endif
endif
if USE_PGP
SUBDIRS += plugins/pgp
if MONOLITHIC