moved PEM parsing functionality to its own plugin

This commit is contained in:
Martin Willi
2009-08-26 11:23:48 +02:00
parent 5672eae131
commit 160f4c225d
12 changed files with 746 additions and 11 deletions
+4
View File
@@ -162,6 +162,10 @@ if USE_PUBKEY
SUBDIRS += plugins/pubkey
endif
if USE_PEM
SUBDIRS += plugins/pem
endif
if USE_CURL
SUBDIRS += plugins/curl
endif