Update WolfSSL library to the latest version.

This commit is contained in:
Richard Barry 2015-08-28 13:46:22 +00:00
parent 8af1ad9bac
commit 5a6242fbd0
443 changed files with 70230 additions and 45414 deletions

View file

@ -3,7 +3,8 @@
#ifndef CyaSSL_UNIT_H
#define CyaSSL_UNIT_H
#include <cyassl/test.h> /* thread and tcp stuff */
#include <wolfssl/ssl.h>
#include <wolfssl/test.h> /* thread and tcp stuff */
#define Fail(description, result) do { \
printf("\nERROR - %s line %d failed with:", __FILE__, __LINE__); \
@ -55,7 +56,7 @@
#define AssertStrLE(x, y) AssertStr(x, y, <=, >)
int ApiTest(void);
void ApiTest(void);
int SuiteTest(void);
int HashTest(void);