summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index f152a92af..0149a090d 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.291 2016/09/12 03:25:20 dtucker Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.292 2016/09/12 03:29:16 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -2468,10 +2468,10 @@ main(int argc, char **argv)
2468 break; 2468 break;
2469 case 'J': 2469 case 'J':
2470 lines_to_process = strtoul(optarg, NULL, 10); 2470 lines_to_process = strtoul(optarg, NULL, 10);
2471 break; 2471 break;
2472 case 'j': 2472 case 'j':
2473 start_lineno = strtoul(optarg, NULL, 10); 2473 start_lineno = strtoul(optarg, NULL, 10);
2474 break; 2474 break;
2475 case 'T': 2475 case 'T':
2476 do_screen_candidates = 1; 2476 do_screen_candidates = 1;
2477 if (strlcpy(out_file, optarg, sizeof(out_file)) >= 2477 if (strlcpy(out_file, optarg, sizeof(out_file)) >=