Latest update.

This commit is contained in:
2019-02-12 03:52:27 +09:00
parent 225c12e45d
commit 6523a76e2e
67 changed files with 1604 additions and 968 deletions
+3 -3
View File
@@ -244,15 +244,15 @@ static int test_ssl_corrupt(int testidx)
return testresult;
}
OPT_TEST_DECLARE_USAGE("certfile privkeyfile\n")
int setup_tests(void)
{
int n;
if (!TEST_ptr(cert = test_get_argument(0))
|| !TEST_ptr(privkey = test_get_argument(1))) {
TEST_note("Usage error: require cert and private key files");
|| !TEST_ptr(privkey = test_get_argument(1)))
return 0;
}
n = setup_cipher_list();
if (n > 0)