mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27: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
|
||||
* 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 */
|
||||
|
Reference in New Issue
Block a user