summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-07-11 16:30:00 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-07-11 16:30:00 +0000
commit925385e14e59cd4ad84f05d10fd48457624090d7 (patch)
tree8cc6a847755595f58b2d9dcc1b57bf0892b36700 /usr.bin/ssh/ssh.c
parent7e4e4e9009a0665cea27b2b9241bb83caf355703 (diff)
sort options string, fix -p, add -k
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 6c9ce893c65..c3229678cbc 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.128 2001/07/09 05:58:47 fgsch Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.129 2001/07/11 16:29:59 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@@ -300,7 +300,7 @@ main(int ac, char **av)
again:
while ((opt = getopt(ac, av,
- "1246nfxXgpaAki:I:tvVqe:c:m:p:l:R:L:D:CNTo:sb:")) != -1) {
+ "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:I:L:NPR:TVX")) != -1) {
switch (opt) {
case '1':
options.protocol = SSH_PROTO_1;