Added PKCS#11 token plugin stub

This commit is contained in:
Martin Willi
2010-08-04 09:26:18 +02:00
parent f8bb082f1f
commit 6e862e2152
5 changed files with 121 additions and 0 deletions
+7
View File
@@ -314,6 +314,13 @@ if MONOLITHIC
endif
endif
if USE_PKCS11
SUBDIRS += plugins/pkcs11
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/pkcs11/libstrongswan-pkcs11.la
endif
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
if MONOLITHIC