From e1db640cd5c701b7c96e999a862c77f79dc7fece Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 30 Dec 2014 15:37:12 -0700 Subject: [PATCH] test for command line utility --- cyassl/ssl.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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