Drop MD2 support

Patch partly from Guillaume Rousse
This commit is contained in:
Love Hornquist Astrand
2010-04-28 22:10:27 +02:00
parent 887993e8b3
commit 2a842e90d3
6 changed files with 0 additions and 54 deletions

View File

@@ -13,7 +13,6 @@
#include <openssl/des.h>
#include <openssl/rc4.h>
#include <openssl/rc2.h>
#include <openssl/md2.h>
#include <openssl/md4.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
@@ -39,7 +38,6 @@
#include <hcrypto/evp.h>
#include <hcrypto/des.h>
#include <hcrypto/md2.h>
#include <hcrypto/md4.h>
#include <hcrypto/md5.h>
#include <hcrypto/sha.h>