diff options
author | markm <markm@FreeBSD.org> | 1996-02-11 09:18:18 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-02-11 09:18:18 +0000 |
commit | 532cda999893ec8a99847976709585a099d70ed9 (patch) | |
tree | df23f4dee50cb840d76fd8b8b732809026736738 /libexec/rshd/rshd.c | |
parent | 668738c59bc4e47ebeec4da23bf1d4f6e3a70fc1 (diff) | |
download | FreeBSD-src-532cda999893ec8a99847976709585a099d70ed9.zip FreeBSD-src-532cda999893ec8a99847976709585a099d70ed9.tar.gz |
#include <kerberosIV/des.h> -> #include <des.h>
Diffstat (limited to 'libexec/rshd/rshd.c')
-rw-r--r-- | libexec/rshd/rshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index cccec79..daa9a13 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -82,7 +82,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" |