build PolarSSL MD5 if MD5_SUPPORT is enabled (for randm)

This commit is contained in:
Sylvain Rochet 2012-06-02 21:31:13 +02:00
parent 44c2a0a7fc
commit 28b9dd50ff

View File

@ -1788,11 +1788,11 @@
* using our cleaned PolarSSL library.
*/
#if CHAP_SUPPORT || EAP_SUPPORT
#if CHAP_SUPPORT || EAP_SUPPORT || MD5_SUPPORT
#ifndef LWIP_INCLUDED_POLARSSL_MD5
#define LWIP_INCLUDED_POLARSSL_MD5 1 /* CHAP and EAP require MD5 support */
#endif /* LWIP_INCLUDED_POLARSSL_MD5 */
#endif /* CHAP_SUPPORT || EAP_SUPPORT */
#endif /* CHAP_SUPPORT || EAP_SUPPORT || MD5_SUPPORT */
#if MSCHAP_SUPPORT
#ifndef LWIP_INCLUDED_POLARSSL_MD4