summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-08 03:54:02 +0000
committerDamien Miller <djm@mindrot.org>2019-11-11 14:25:46 +1100
commitaa1c9e37789f999979fe59df74ce5c8424861ac8 (patch)
tree7801c837adeb62f5e5fc7ea4231fd4cece49d033 /ssh-keygen.c
parentaa4c640dc362816d63584a16e786d5e314e24390 (diff)
upstream: duplicate 'x' character in getopt(3) optstring
OpenBSD-Commit-ID: 64c81caa0cb5798de3621eca16b7dd22e5d0d8a7
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) {