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 /bin/rcp/rcp.c | |
parent | 398938218d3921ebe114488aa32ba11eec04c5af (diff) |
new location of des.h
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r-- | bin/rcp/rcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index b6f96288094..4ca458ade0f 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -1,5 +1,5 @@ /* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */ -/* $OpenBSD: rcp.c,v 1.11 1997/06/06 11:02:21 deraadt Exp $ */ +/* $OpenBSD: rcp.c,v 1.12 1997/06/29 11:10:28 provos Exp $ */ /* * Copyright (c) 1983, 1990, 1992, 1993 @@ -74,7 +74,7 @@ static char rcsid[] = "$NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $"; #include "extern.h" #ifdef KERBEROS -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> char dst_realm_buf[REALM_SZ]; |