Fix typo in a config.h #define
This commit is contained in:
parent
fe671f4aeb
commit
4d8db4ab10
1 changed files with 1 additions and 1 deletions
|
@ -2093,7 +2093,7 @@
|
||||||
//#define ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources */
|
//#define ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources */
|
||||||
|
|
||||||
/* Memory buffer allocator options */
|
/* 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 */
|
/* Platform options */
|
||||||
//#define POLARSSL_PLATFORM_STD_MEM_HDR <stdlib.h> /**< Header to include if POLARSSL_PLATFORM_NO_STD_FUNCTIONS is defined. Don't define if no header is needed. */
|
//#define POLARSSL_PLATFORM_STD_MEM_HDR <stdlib.h> /**< Header to include if POLARSSL_PLATFORM_NO_STD_FUNCTIONS is defined. Don't define if no header is needed. */
|
||||||
|
|
Loading…
Reference in a new issue