diff --git a/cyassl/ssl.h b/cyassl/ssl.h index f907cbdec..721aecee4 100644 --- a/cyassl/ssl.h +++ b/cyassl/ssl.h @@ -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 */