summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 5ec3cfcb4..98854d20c 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.128 2001/07/09 05:58:47 fgsch Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.129 2001/07/11 16:29:59 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -313,7 +313,7 @@ main(int ac, char **av)
313 313
314again: 314again:
315 while ((opt = getopt(ac, av, 315 while ((opt = getopt(ac, av,
316 "1246nfxXgpaAki:I:tvVqe:c:m:p:l:R:L:D:CNTo:sb:")) != -1) { 316 "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:I:L:NPR:TVX")) != -1) {
317 switch (opt) { 317 switch (opt) {
318 case '1': 318 case '1':
319 options.protocol = SSH_PROTO_1; 319 options.protocol = SSH_PROTO_1;