implemented a pgp plugin providing PGP key parsing builders

This commit is contained in:
Martin Willi
2009-08-26 11:23:50 +02:00
parent 4e3d1e804e
commit 9493dd2ce0
7 changed files with 610 additions and 0 deletions
+4
View File
@@ -165,6 +165,10 @@ if USE_PKCS1
SUBDIRS += plugins/pkcs1
endif
if USE_PGP
SUBDIRS += plugins/pgp
endif
if USE_PEM
SUBDIRS += plugins/pem
endif