summaryrefslogtreecommitdiff
path: root/ssh-rsa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:03:21 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:03:21 +1100
commit6d39bcf898f2cf296333590330a2d945f2f123a4 (patch)
treecddce89df899158f92f0e9a88810ee3cf93fac6f /ssh-rsa.c
parentbbaad7772a1d6f2c1d997e7bb15a92c5128d3863 (diff)
downloadopenssh-git-6d39bcf898f2cf296333590330a2d945f2f123a4.tar.gz
- deraadt@cvs.openbsd.org 2006/03/20 17:17:23
[ssh-rsa.c] in a switch (), break after return or goto is stupid
Diffstat (limited to 'ssh-rsa.c')
-rw-r--r--ssh-rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh-rsa.c b/ssh-rsa.c
index 48607c4f..1520d7e1 100644
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -219,7 +219,6 @@ openssh_RSA_verify(int type, u_char *hash, u_int hashlen,
break;
default:
goto done;
- break;
}
if (hashlen != hlen) {
error("bad hashlen");