diff --git a/tests/client/torture_auth.c b/tests/client/torture_auth.c index 8a23454e..6c341b92 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; - privkey = ssh_key_new(); - assert_true(privkey != NULL); - cert = ssh_key_new(); assert_true(cert != NULL);