summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
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 b51173aa3..ac34f314b 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.360 2019/11/07 08:38:38 naddy Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.361 2019/11/08 03:54:02 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
@@ -2824,7 +2824,7 @@ main(int argc, char **argv)
2824 sk_provider = getenv("SSH_SK_PROVIDER"); 2824 sk_provider = getenv("SSH_SK_PROVIDER");
2825 2825
2826 /* Remaining character: d */ 2826 /* Remaining character: d */
2827 while ((opt = getopt(argc, argv, "ABHLQUXceghiklopquvxy" 2827 while ((opt = getopt(argc, argv, "ABHLQUXceghiklopquvy"
2828 "C:D:E:F:G:I:J:K:M:N:O:P:R:S:T:V:W:Y:Z:" 2828 "C:D:E:F:G:I:J:K:M:N:O:P:R:S:T:V:W:Y:Z:"
2829 "a:b:f:g:j:m:n:r:s:t:w:x:z:")) != -1) { 2829 "a:b:f:g:j:m:n:r:s:t:w:x:z:")) != -1) {
2830 switch (opt) { 2830 switch (opt) {