mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
upstream: duplicate 'x' character in getopt(3) optstring
OpenBSD-Commit-ID: 64c81caa0cb5798de3621eca16b7dd22e5d0d8a7
This commit is contained in:
parent
aa4c640dc3
commit
aa1c9e3778
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: ssh-keygen.c,v 1.360 2019/11/07 08:38:38 naddy Exp $ */
|
/* $OpenBSD: ssh-keygen.c,v 1.361 2019/11/08 03:54:02 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -2824,7 +2824,7 @@ main(int argc, char **argv)
|
|||||||
sk_provider = getenv("SSH_SK_PROVIDER");
|
sk_provider = getenv("SSH_SK_PROVIDER");
|
||||||
|
|
||||||
/* Remaining character: d */
|
/* Remaining character: d */
|
||||||
while ((opt = getopt(argc, argv, "ABHLQUXceghiklopquvxy"
|
while ((opt = getopt(argc, argv, "ABHLQUXceghiklopquvy"
|
||||||
"C:D:E:F:G:I:J:K:M:N:O:P:R:S:T:V:W:Y:Z:"
|
"C:D:E:F:G:I:J:K:M:N:O:P:R:S:T:V:W:Y:Z:"
|
||||||
"a:b:f:g:j:m:n:r:s:t:w:x:z:")) != -1) {
|
"a:b:f:g:j:m:n:r:s:t:w:x:z:")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user