mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- POLARSSL_HAVE_ASM also used in padlock and timing code.
This commit is contained in:
parent
1d4f30ca4d
commit
34a9056f39
3 changed files with 13 additions and 8 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "polarssl/aes.h"
|
||||
|
||||
#if (defined(__GNUC__) && defined(__i386__))
|
||||
#if defined(POLARSSL_HAVE_ASM) && defined(__GNUC__) && defined(__i386__)
|
||||
|
||||
#ifndef POLARSSL_HAVE_X86
|
||||
#define POLARSSL_HAVE_X86
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue