From 4d8db4ab10e24b66428ab6ae096a4f6677de470a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 5 May 2014 14:04:28 +0200 Subject: [PATCH] Fix typo in a config.h #define --- include/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 500d04173..ce76ad37a 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -2093,7 +2093,7 @@ //#define ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources */ /* Memory buffer allocator options */ -//#define MEMORY_ALIGN_MULTIPLE 4 /**< Align on multiples of this value */ +//#define POLARSSL_MEMORY_ALIGN_MULTIPLE 4 /**< Align on multiples of this value */ /* Platform options */ //#define POLARSSL_PLATFORM_STD_MEM_HDR /**< Header to include if POLARSSL_PLATFORM_NO_STD_FUNCTIONS is defined. Don't define if no header is needed. */