tests: Fix warning in common/t-ssh-utils.c

* common/t-ssh-utils.c (main): Remove continue.
--
Obvious c+p bug.

Fixes-commit: 5e508ffcab
This commit is contained in:
Werner Koch 2022-04-14 10:14:51 +02:00
parent c4436ebfa5
commit 61038be813
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ main (int argc, char **argv)
"worked in FIPS mode\n", __FILE__, __LINE__);
exit (1);
}
continue;
}
if (err)
{