moved RAW public key support to a separate plugin (pubkey)

This commit is contained in:
Martin Willi
2008-05-08 13:16:42 +00:00
parent 0395eb7c08
commit affd7a90ba
9 changed files with 252 additions and 39 deletions
+4
View File
@@ -128,6 +128,10 @@ if USE_X509
SUBDIRS += plugins/x509
endif
if USE_PUBKEY
SUBDIRS += plugins/pubkey
endif
if USE_CURL
SUBDIRS += plugins/curl
endif