From: tholo Date: Wed, 17 Apr 1996 07:16:43 +0000 (+0000) Subject: Make encrypted remote shell work again. Note that this is not a supported X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a82364fd29fc3e0bb08147692715867094ed03bb;p=openbsd Make encrypted remote shell work again. Note that this is not a supported configuration, and no port number is defined for it. --- diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index bd83fe3a26e..2b1e126f9d0 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -39,12 +39,12 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ -static char rcsid[] = "$Id: rsh.c,v 1.2 1995/12/16 22:20:36 tholo Exp $"; +static char rcsid[] = "$Id: rsh.c,v 1.3 1996/04/17 07:16:43 tholo Exp $"; #endif /* not lint */ /* * $Source: /home/cvs/src/usr.bin/rsh/Attic/rsh.c,v $ - * $Header: /home/cvs/src/usr.bin/rsh/Attic/rsh.c,v 1.2 1995/12/16 22:20:36 tholo Exp $ + * $Header: /home/cvs/src/usr.bin/rsh/Attic/rsh.c,v 1.3 1996/04/17 07:16:43 tholo Exp $ */ #include @@ -149,7 +149,7 @@ main(argc, argv) #ifdef KERBEROS case 'x': doencrypt = 1; - des_set_key(&cred.session, schedule); + desrw_set_key(&cred.session, schedule); break; #endif case '?':