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

pull/1766/head
Jacob Barthelmeh 2018-08-17 11:04:21 -06:00
parent ff635d5b2b
commit cc10c971cd
1 changed files with 1 additions and 0 deletions

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");