diff --git a/cyassl/ssl.h b/cyassl/ssl.h index 1be120509..d72e1783f 100644 --- a/cyassl/ssl.h +++ b/cyassl/ssl.h @@ -356,6 +356,15 @@ /* End wolfssl -> cyassl -> openssl compatibility */ /* JRB macro redefinitions and api calls for cryptography for reverse compat. */ + +/* new fips header files since old ones could not be changed for compatibility*/ +#ifndef NO_AES + #include +#endif + + + + #ifdef WOLFSSL_SMALL_STACK #define CYASSL_SMALL_STACK #endif