started migration to encryption plugins

This commit is contained in:
Andreas Steffen
2009-05-09 00:04:28 +02:00
parent bf45d6dd3b
commit d36ae9e305
24 changed files with 5630 additions and 253 deletions
+12
View File
@@ -104,6 +104,18 @@ if USE_DES
SUBDIRS += plugins/des
endif
if USE_BLOWFISH
SUBDIRS += plugins/blowfish
endif
if USE_SERPENT
SUBDIRS += plugins/serpent
endif
if USE_TWOFISH
SUBDIRS += plugins/twofish
endif
if USE_MD4
SUBDIRS += plugins/md4
endif