mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fix with macro redefinition error if building with NO_WOLFSSL_ALLOC_ALIGN
.
This commit is contained in:
@ -700,7 +700,9 @@
|
|||||||
* wrapper around macros until they are changed in cyassl code
|
* wrapper around macros until they are changed in cyassl code
|
||||||
* needs investigation in regards to macros in fips
|
* needs investigation in regards to macros in fips
|
||||||
*/
|
*/
|
||||||
#define NO_WOLFSSL_ALLOC_ALIGN NO_CYASSL_ALLOC_ALIGN /* @TODO */
|
#ifdef NO_CYASSL_ALLOC_ALIGN
|
||||||
|
#define NO_WOLFSSL_ALLOC_ALIGN NO_CYASSL_ALLOC_ALIGN
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* examples/client/client.h */
|
/* examples/client/client.h */
|
||||||
|
Reference in New Issue
Block a user