mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 18:36:27 +00:00
- POLARSSL_HAVE_ASM also used in padlock and timing code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user