From e14dec68ead19efb8eef36576bdb514a7233bb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 4 Aug 2015 22:49:07 +0200 Subject: [PATCH] Fix stupid typo in previous commit --- include/mbedtls/padlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/padlock.h b/include/mbedtls/padlock.h index 0cc52bde9..aace4d3d6 100644 --- a/include/mbedtls/padlock.h +++ b/include/mbedtls/padlock.h @@ -37,7 +37,7 @@ /* Some versions of ASan result in errors about not enough registers */ #if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \ - defined(MBEDTLS_HAVE_ASAN) + !defined(MBEDTLS_HAVE_ASAN) #ifndef MBEDTLS_HAVE_X86 #define MBEDTLS_HAVE_X86