summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2016-09-12 03:29:16 +0000
committerDarren Tucker <dtucker@zip.com.au>2016-09-12 13:49:24 +1000
commit7b63cf6dbbfa841c003de57d1061acbf2ff22364 (patch)
treee279d5449ae8b6a839574024f5830f8b1c6c80ea /ssh-keygen.c
parent11e5e644536821ceb3bb4dd8487fbf0588522887 (diff)
upstream commit
Spaces->tabs. Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7
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)) >=