From 6506aff92d28f3f638165c1d3e15dfb810925bf0 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Tue, 28 Jul 2009 20:52:02 +0000
Subject: [PATCH] - Removed MD2 and MD4 by default
---
include/polarssl/config.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index c7df39ce4..c09bca6ed 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