changed PolarSSL compile-time condition

This commit is contained in:
Sylvain Rochet
2012-06-01 00:59:15 +02:00
parent 4704efa32a
commit 26e8372c75
5 changed files with 12 additions and 12 deletions

View File

@@ -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 */