removed serpent and twofish plugins - use gcrypt instead

This commit is contained in:
Andreas Steffen
2009-06-18 07:27:40 +02:00
parent 9709520a84
commit 0e9ded6838
18 changed files with 0 additions and 2648 deletions
-8
View File
@@ -125,14 +125,6 @@ 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