diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 11:10:38 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 11:10:38 +0000 |
commit | e041cfba34d3da099b3ada67d26f33a6e1297804 (patch) | |
tree | 1e3b0752f016efe14986ec0a34454177b4df37c6 /libexec/rshd | |
parent | 398938218d3921ebe114488aa32ba11eec04c5af (diff) |
new location of des.h
Diffstat (limited to 'libexec/rshd')
-rw-r--r-- | libexec/rshd/rshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 694f2bb4550..e374ce81d1f 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /* from: static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; */ -static char *rcsid = "$Id: rshd.c,v 1.17 1997/06/15 05:10:39 millert Exp $"; +static char *rcsid = "$Id: rshd.c,v 1.18 1997/06/29 11:10:30 provos Exp $"; #endif /* not lint */ /* @@ -86,7 +86,7 @@ char *topdomain __P((char *)); void usage __P((void)); #ifdef KERBEROS -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> #define VERSION_SIZE 9 #define SECURE_MESSAGE "This rsh session is using DES encryption for all transmissions.\r\n" |