- Minor define change to prevent warning

This commit is contained in:
Paul Bakker 2012-10-01 11:02:48 +00:00
parent 993d11dd05
commit 0e19e9ff1c

View file

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