Merge pull request #1766 from JacobBarthelmeh/UnitTests

cleanup with test cases and access to FP_MAX_BITS
This commit is contained in:
toddouska 2018-08-20 09:19:14 -07:00 committed by GitHub
commit 0f539616be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -20663,6 +20663,7 @@ void ApiTest(void)
AssertIntEQ(test_ForceZero(), 0);
AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS);
wolfSSL_Cleanup();
printf(" End API Tests\n");