mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 19:58:22 +00:00
- Minor define change to prevent warning
This commit is contained in:
parent
993d11dd05
commit
0e19e9ff1c
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue