added skeleton for libgcrypt based crypto plugin

This commit is contained in:
Martin Willi
2009-06-09 11:18:56 +02:00
parent 86ab0bb65e
commit 4977018c23
5 changed files with 136 additions and 0 deletions
+4
View File
@@ -200,6 +200,10 @@ if USE_OPENSSL
SUBDIRS += plugins/openssl
endif
if USE_GCRYPT
SUBDIRS += plugins/gcrypt
endif
if USE_AGENT
SUBDIRS += plugins/agent
endif