support of MD4 hash

This commit is contained in:
Andreas Steffen
2009-02-19 10:06:58 +00:00
parent eca666d600
commit 1e0d1ae213
7 changed files with 541 additions and 0 deletions
+4
View File
@@ -98,6 +98,10 @@ if USE_DES
SUBDIRS += plugins/des
endif
if USE_MD4
SUBDIRS += plugins/md4
endif
if USE_MD5
SUBDIRS += plugins/md5
endif