]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/WolfSSL/tests/unit.h
Update WolfSSL library to the latest version.
[freertos] / FreeRTOS-Plus / Source / WolfSSL / tests / unit.h
index f20f52ff7bcd2eae31e23bceaac498216d8a3613..ab8fbc2ff1f6391113e70d16051cd3b74619a5b6 100644 (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);