mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #1766 from JacobBarthelmeh/UnitTests
cleanup with test cases and access to FP_MAX_BITSpull/1770/head
commit
0f539616be
|
@ -44,6 +44,11 @@
|
|||
|
||||
#ifndef NO_WOLFSSL_CLIENT
|
||||
|
||||
#ifdef USE_FAST_MATH
|
||||
/* included to inspect the size of FP_MAX_BITS */
|
||||
#include <wolfssl/wolfcrypt/tfm.h>
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||
static int devId = INVALID_DEVID;
|
||||
#endif
|
||||
|
|
|
@ -20663,6 +20663,7 @@ void ApiTest(void)
|
|||
AssertIntEQ(test_ForceZero(), 0);
|
||||
|
||||
AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS);
|
||||
wolfSSL_Cleanup();
|
||||
|
||||
printf(" End API Tests\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue