From: djm Date: Wed, 30 Mar 2022 04:33:09 +0000 (+0000) Subject: ssh is almost out of getopt() characters; note the remaining X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=83358ac55dbf270fdc22c04ec87dd1007d7c8d67;p=openbsd ssh is almost out of getopt() characters; note the remaining remaining available ones in a comment --- diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index ac6dedfa042..d747df93ea4 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -670,7 +670,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");