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 48607c4fb..1520d7e1d 100644
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -219,7 +219,6 @@ openssh_RSA_verify(int type, u_char *hash, u_int hashlen,
219 break; 219 break;
220 default: 220 default:
221 goto done; 221 goto done;
222 break;
223 } 222 }
224 if (hashlen != hlen) { 223 if (hashlen != hlen) {
225 error("bad hashlen"); 224 error("bad hashlen");