mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-27 07:43:37 +08:00
changed PolarSSL compile-time condition
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#include "lwip/opt.h"
|
||||
#if defined(LWIP_INCLUDED_POLARSSL_DES_C)
|
||||
#if LWIP_INCLUDED_POLARSSL_DES
|
||||
|
||||
#include "polarssl/des.h"
|
||||
|
||||
@@ -419,4 +419,4 @@ void des_crypt_ecb( des_context *ctx,
|
||||
PUT_ULONG_BE( X, output, 4 );
|
||||
}
|
||||
|
||||
#endif /* LWIP_INCLUDED_POLARSSL_DES_C */
|
||||
#endif /* LWIP_INCLUDED_POLARSSL_DES */
|
||||
|
||||
Reference in New Issue
Block a user