1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- POLARSSL_HAVE_ASM also used in padlock and timing code.

This commit is contained in:
Paul Bakker
2009-04-19 21:17:09 +00:00
parent 1d4f30ca4d
commit 34a9056f39
3 changed files with 13 additions and 8 deletions

View File

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