diff --git a/tests/client/torture_auth.c b/tests/client/torture_auth.c index 6c341b92..96fceb77 100644 --- a/tests/client/torture_auth.c +++ b/tests/client/torture_auth.c @@ -500,9 +500,6 @@ static void torture_auth_cert(void **state) { struct passwd *pwd; int rc; - cert = ssh_key_new(); - assert_true(cert != NULL); - pwd = getpwnam("bob"); assert_non_null(pwd);