diff --git a/.gitignore b/.gitignore index 097e72c52..7627375d2 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ tests/unit testsuite/testsuite.test tests/unit.test tests/bio_write_test.txt +test-write-dhparams.pem testsuite/*.der testsuite/*.pem testsuite/*.raw diff --git a/tests/api.c b/tests/api.c index 50d6ebac7..7de1992d8 100644 --- a/tests/api.c +++ b/tests/api.c @@ -25275,12 +25275,12 @@ void ApiTest(void) AssertIntEQ(test_ForceZero(), 0); AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS); - wolfSSL_Cleanup(); /* If at some point a stub get implemented this test should fail indicating * a need to implement a new test case */ test_stubs_are_stubs(); + wolfSSL_Cleanup(); printf(" End API Tests\n");