=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/usr.bin/ssh/ssh.c 2000/05/08 17:12:15 1.51 +++ src/usr.bin/ssh/ssh.c 2000/05/15 06:52:55 1.52 @@ -11,7 +11,7 @@ */ #include "includes.h" -RCSID("$Id: ssh.c,v 1.51 2000/05/08 17:12:15 markus Exp $"); +RCSID("$Id: ssh.c,v 1.52 2000/05/15 06:52:55 markus Exp $"); #include #include @@ -112,6 +112,7 @@ #ifdef AFS fprintf(stderr, " -k Disable Kerberos ticket and AFS token forwarding.\n"); #endif /* AFS */ + fprintf(stderr, " -X Enable X11 connection forwarding.\n"); fprintf(stderr, " -x Disable X11 connection forwarding.\n"); fprintf(stderr, " -i file Identity for RSA authentication (default: ~/.ssh/identity).\n"); fprintf(stderr, " -t Tty; allocate a tty even if command is given.\n"); @@ -422,7 +423,7 @@ if (!host) usage(); - OpenSSL_add_all_algorithms(); + OpenSSL_add_all_algorithms(); /* Initialize the command to execute on remote host. */ buffer_init(&command);