diff --git a/examples/client/client.c b/examples/client/client.c index c75d2ca46..c9b19a868 100644 --- a/examples/client/client.c +++ b/examples/client/client.c @@ -44,6 +44,11 @@ #ifndef NO_WOLFSSL_CLIENT +#ifdef USE_FAST_MATH + /* included to inspect the size of FP_MAX_BITS */ + #include +#endif + #ifdef WOLFSSL_ASYNC_CRYPT static int devId = INVALID_DEVID; #endif diff --git a/tests/api.c b/tests/api.c index 3d7e56bfd..aea99df89 100644 --- a/tests/api.c +++ b/tests/api.c @@ -20663,6 +20663,7 @@ void ApiTest(void) AssertIntEQ(test_ForceZero(), 0); AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS); + wolfSSL_Cleanup(); printf(" End API Tests\n");