summaryrefslogtreecommitdiff
path: root/ssh-rsa.c
diff options
context:
space:
mode:
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");