summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-02-11 09:18:18 +0000
committermarkm <markm@FreeBSD.org>1996-02-11 09:18:18 +0000
commit532cda999893ec8a99847976709585a099d70ed9 (patch)
treedf23f4dee50cb840d76fd8b8b732809026736738 /libexec/rlogind
parent668738c59bc4e47ebeec4da23bf1d4f6e3a70fc1 (diff)
downloadFreeBSD-src-532cda999893ec8a99847976709585a099d70ed9.zip
FreeBSD-src-532cda999893ec8a99847976709585a099d70ed9.tar.gz
#include <kerberosIV/des.h> -> #include <des.h>
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/rlogind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c
index 6ecbcc0..2113ccd 100644
--- a/libexec/rlogind/rlogind.c
+++ b/libexec/rlogind/rlogind.c
@@ -79,7 +79,7 @@ static char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93";
#endif
#ifdef KERBEROS
-#include <kerberosIV/des.h>
+#include <des.h>
#include <kerberosIV/krb.h>
#define SECURE_MESSAGE "This rlogin session is using DES encryption for all transmissions.\r\n"
OpenPOWER on IntegriCloud