mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
- Minor define change to prevent warning
This commit is contained in:
@ -61,7 +61,8 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_PADLOCK_C)
|
||||
#if defined(POLARSSL_PADLOCK_C) && \
|
||||
( defined(POLARSSL_HAVE_X86) || defined(PADLOCK_ALIGN16) )
|
||||
static int aes_padlock_ace = -1;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user