full commit passing

This commit is contained in:
kaleb-himes 2015-01-06 11:29:05 -07:00
parent 0dbdb35222
commit 067b85877d
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ nobase_include_HEADERS+= \
cyassl/ctaocrypt/ripemd.h \
cyassl/ctaocrypt/rsa.h \
cyassl/ctaocrypt/settings.h \
cyassl/ctaocrypt/settings_comp.h \
cyassl/ctaocrypt/sha256.h \
cyassl/ctaocrypt/sha512.h \
cyassl/ctaocrypt/sha.h \

View File

@ -30,6 +30,7 @@
* include the new ssl.h
*/
#include <wolfssl/ssl.h>
#include <cyassl/ctaocrypt/settings.h>
#ifdef __cplusplus
extern "C" {