]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: ssh is almost out of getopt() characters; note the
authordjm@openbsd.org <djm@openbsd.org>
Wed, 30 Mar 2022 04:33:09 +0000 (04:33 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 30 Mar 2022 04:34:33 +0000 (15:34 +1100)
remaining remaining available ones in a comment

OpenBSD-Commit-ID: 48d38cef59d6bc8e84c6c066f6d601875d3253fd

ssh.c

diff --git a/ssh.c b/ssh.c
index 8ff97881874f147166410814b2cf89393298931a..89ca1940c1ff6b8e14cd2269ddb704a73e98fa00 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.573 2022/02/08 08:59:12 dtucker Exp $ */
+/* $OpenBSD: ssh.c,v 1.574 2022/03/30 04:33:09 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -696,7 +696,7 @@ main(int ac, char **av)
 
  again:
        while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx"
-           "AB:CD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) {
+           "AB:CD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) { /* HUZdhjruz */
                switch (opt) {
                case '1':
                        fatal("SSH protocol v.1 is no longer supported");