mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
- Only include padlock header when POLARSSL_PADLOCK_C is defined
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
#if defined(POLARSSL_AES_C)
|
||||
|
||||
#include "polarssl/aes.h"
|
||||
#if defined(POLARSSL_PADLOCK_C)
|
||||
#include "polarssl/padlock.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* 32-bit integer manipulation macros (little endian)
|
||||
|
||||
Reference in New Issue
Block a user