mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-11 17:04:37 +08:00
build PolarSSL MD5 if MD5_SUPPORT is enabled (for randm)
This commit is contained in:
parent
44c2a0a7fc
commit
28b9dd50ff
@ -1788,11 +1788,11 @@
|
|||||||
* using our cleaned PolarSSL library.
|
* using our cleaned PolarSSL library.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if CHAP_SUPPORT || EAP_SUPPORT
|
#if CHAP_SUPPORT || EAP_SUPPORT || MD5_SUPPORT
|
||||||
#ifndef LWIP_INCLUDED_POLARSSL_MD5
|
#ifndef LWIP_INCLUDED_POLARSSL_MD5
|
||||||
#define LWIP_INCLUDED_POLARSSL_MD5 1 /* CHAP and EAP require MD5 support */
|
#define LWIP_INCLUDED_POLARSSL_MD5 1 /* CHAP and EAP require MD5 support */
|
||||||
#endif /* LWIP_INCLUDED_POLARSSL_MD5 */
|
#endif /* LWIP_INCLUDED_POLARSSL_MD5 */
|
||||||
#endif /* CHAP_SUPPORT || EAP_SUPPORT */
|
#endif /* CHAP_SUPPORT || EAP_SUPPORT || MD5_SUPPORT */
|
||||||
|
|
||||||
#if MSCHAP_SUPPORT
|
#if MSCHAP_SUPPORT
|
||||||
#ifndef LWIP_INCLUDED_POLARSSL_MD4
|
#ifndef LWIP_INCLUDED_POLARSSL_MD4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user