added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.)

This commit is contained in:
Tobias Brunner
2008-04-28 14:25:19 +00:00
parent 1da06b295f
commit 17353034f3
7 changed files with 460 additions and 0 deletions
+4
View File
@@ -144,6 +144,10 @@ if USE_PADLOCK
SUBDIRS += plugins/padlock
endif
if USE_OPENSSL
SUBDIRS += plugins/openssl
endif
if USE_INTEGRITY_TEST
# build fips_signer which in turn builds fips_signature.h
#########################################################