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 /usr.bin/passwd/krb_passwd.c | |
parent | 398938218d3921ebe114488aa32ba11eec04c5af (diff) |
new location of des.h
Diffstat (limited to 'usr.bin/passwd/krb_passwd.c')
-rw-r--r-- | usr.bin/passwd/krb_passwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/passwd/krb_passwd.c b/usr.bin/passwd/krb_passwd.c index 068c4285f15..6a5afaac089 100644 --- a/usr.bin/passwd/krb_passwd.c +++ b/usr.bin/passwd/krb_passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: krb_passwd.c,v 1.6 1997/06/11 10:23:12 deraadt Exp $ */ +/* $OpenBSD: krb_passwd.c,v 1.7 1997/06/29 11:10:33 provos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)krb_passwd.c 5.4 (Berkeley) 3/1/91";*/ -static char rcsid[] = "$OpenBSD: krb_passwd.c,v 1.6 1997/06/11 10:23:12 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: krb_passwd.c,v 1.7 1997/06/29 11:10:33 provos Exp $"; #endif /* not lint */ #ifdef KERBEROS @@ -45,7 +45,7 @@ static char rcsid[] = "$OpenBSD: krb_passwd.c,v 1.6 1997/06/11 10:23:12 deraadt #include <sys/time.h> #include <sys/resource.h> #include <netinet/in.h> -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> #include <netdb.h> #include <signal.h> |