summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-04-14 10:14:51 +0200
committerWerner Koch <wk@gnupg.org>2022-04-14 10:14:51 +0200
commit61038be8134c01300af0b2ec7d7a351ce45585af (patch)
treec74b6601a90ceb9a4baf03bddc35d007362acb46 /common
parentagent: Ignore MD5 Fingerprints for ssh keys (diff)
downloadgnupg2-61038be8134c01300af0b2ec7d7a351ce45585af.tar.xz
gnupg2-61038be8134c01300af0b2ec7d7a351ce45585af.zip
tests: Fix warning in common/t-ssh-utils.c
* common/t-ssh-utils.c (main): Remove continue. -- Obvious c+p bug. Fixes-commit: 5e508ffcab185eb8149e2fb2833ce15820140368
Diffstat (limited to 'common')
-rw-r--r--common/t-ssh-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/t-ssh-utils.c b/common/t-ssh-utils.c
index debe70542..62dcef7c6 100644
--- a/common/t-ssh-utils.c
+++ b/common/t-ssh-utils.c
@@ -335,7 +335,6 @@ main (int argc, char **argv)
"worked in FIPS mode\n", __FILE__, __LINE__);
exit (1);
}
- continue;
}
if (err)
{