mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 00:05:36 +01:00
- Minor define change to prevent warning
This commit is contained in:
parent
993d11dd05
commit
0e19e9ff1c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user