summaryrefslogtreecommitdiff
path: root/sshkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshkey.c')
-rw-r--r--sshkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshkey.c b/sshkey.c
index a36004671..83985ca54 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -251,7 +251,7 @@ sshkey_names_valid2(const char *names, int allow_wildcard)
251 if (kt->type == KEY_RSA1) 251 if (kt->type == KEY_RSA1)
252 continue; 252 continue;
253 if (match_pattern_list(kt->name, 253 if (match_pattern_list(kt->name,
254 p, strlen(p), 0) != 0) 254 p, 0) != 0)
255 break; 255 break;
256 } 256 }
257 if (kt->type != -1) 257 if (kt->type != -1)