summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-10-05 10:52:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-10-05 10:52:51 +1000
commit0dc283b13acdd4926dec1289b94badc3bbc7f321 (patch)
tree4771d5fe4040f927513326e3a7a540731ec8f7a7 /ssh-keygen.c
parent3a7c04105a545188b84bd3b4db682d8d64a7ea8f (diff)
- djm@cvs.openbsd.org 2012/10/02 07:07:45
[ssh-keygen.c] fix -z option, broken in revision 1.215
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 5060276d7..11d1dd02b 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.217 2012/08/17 01:25:58 djm Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.218 2012/10/02 07:07:45 djm 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
@@ -1975,7 +1975,7 @@ main(int argc, char **argv)
1975 } 1975 }
1976 1976
1977 while ((opt = getopt(argc, argv, "AegiqpclBHLhvxXyF:b:f:t:D:I:J:j:K:P:" 1977 while ((opt = getopt(argc, argv, "AegiqpclBHLhvxXyF:b:f:t:D:I:J:j:K:P:"
1978 "m:N:n:O:C:r:g:R:T:G:M:S:s:a:V:W:z")) != -1) { 1978 "m:N:n:O:C:r:g:R:T:G:M:S:s:a:V:W:z:")) != -1) {
1979 switch (opt) { 1979 switch (opt) {
1980 case 'A': 1980 case 'A':
1981 gen_all_hostkeys = 1; 1981 gen_all_hostkeys = 1;