test for command line utility

This commit is contained in:
Jacob Barthelmeh 2014-12-30 15:37:12 -07:00
parent c0302b4b2c
commit e1db640cd5

View File

@ -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 <wolfssl/wolfcrytp/aes.h>
#endif
#ifdef WOLFSSL_SMALL_STACK
#define CYASSL_SMALL_STACK
#endif