From 3d5b90d24df69b75da31d2f58252e2c84ac8cb2a Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Tue, 21 Feb 2017 20:05:36 +0100 Subject: [PATCH] LTC_NO_PROTOTYPES related cosmetics --- src/headers/tomcrypt_custom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h index 86f3db3..074ab4e 100644 --- a/src/headers/tomcrypt_custom.h +++ b/src/headers/tomcrypt_custom.h @@ -42,9 +42,9 @@ #define XQSORT qsort #endif -#if defined(malloc) || defined(realloc) || defined(calloc) || defined(free) || \ +#if ( defined(malloc) || defined(realloc) || defined(calloc) || defined(free) || \ defined(memset) || defined(memcpy) || defined(memcmp) || defined(strcmp) || \ - defined(clock) || defined(qsort) + defined(clock) || defined(qsort) ) && !defined(LTC_NO_PROTOTYPES) #define LTC_NO_PROTOTYPES #endif