Removed forgotten comment

This commit is contained in:
Ethan Looney
2020-09-23 13:42:33 -06:00
parent 53b82fccdb
commit 95995d2272

View File

@ -36278,7 +36278,6 @@ void ApiTest(void)
AssertIntEQ(test_wc_SetKeyUsage (), 0);
AssertIntEQ(test_wc_CheckProbablePrime (), 0);
//AssertIntEQ(test_wc_CheckProbablePrime_ex (), 0);
AssertIntEQ(test_wc_RsaPSS_Verify (), 0);
AssertIntEQ(test_wc_RsaPSS_VerifyCheck (), 0);
AssertIntEQ(test_wc_RsaPSS_VerifyCheckInline (), 0);