commit | 6506aff92d28f3f638165c1d3e15dfb810925bf0 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 20:52:02 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 20:52:02 2009 +0000 |
tree | d491311c4e626bdc37dd2a746207dd144993b973 | |
parent | 46a6839a0394eaf98bbd8bdc9f033bd49778332a [diff] |
- Removed MD2 and MD4 by default
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index c7df39c..c09bca6 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -194,8 +194,8 @@ * * Uncomment to enable support for (rare) MD2-signed X.509 certs. * - */ #define POLARSSL_MD2_C + */ /* * Module: library/md4.c @@ -203,8 +203,8 @@ * * Uncomment to enable support for (rare) MD4-signed X.509 certs. * - */ #define POLARSSL_MD4_C + */ /* * Module: library/md5.c