make sure that even if wolfSSL_Init has been called multiple times that wolfSSL_Cleanup gets called in tests

This commit is contained in:
Jacob Barthelmeh
2018-08-17 11:04:21 -06:00
parent ff635d5b2b
commit cc10c971cd

View File

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