diff options
author | 1997-06-29 10:56:14 +0000 | |
---|---|---|
committer | 1997-06-29 10:56:14 +0000 | |
commit | 2fd8d09c822ae1858c175312fa510b826c2b0fcd (patch) | |
tree | c62d58970bd5c234e151d2091cbb9ec81f7a9334 | |
parent | new location of des.h (diff) | |
download | wireguard-openbsd-2fd8d09c822ae1858c175312fa510b826c2b0fcd.tar.xz wireguard-openbsd-2fd8d09c822ae1858c175312fa510b826c2b0fcd.zip |
new location of des.h
-rw-r--r-- | kerberosIV/kadm/kadm_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/kadm/kadm_local.h b/kerberosIV/kadm/kadm_local.h index 8133671b64e..4c7d9fe99ac 100644 --- a/kerberosIV/kadm/kadm_local.h +++ b/kerberosIV/kadm/kadm_local.h @@ -1,4 +1,4 @@ -/* $Id: kadm_local.h,v 1.1.1.1 1995/12/14 06:52:45 tholo Exp $ */ +/* $Id: kadm_local.h,v 1.2 1997/06/29 10:56:14 provos Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -13,7 +13,7 @@ #include <netinet/in.h> #include <netdb.h> -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> #include "krb_err.h" #include <kerberosIV/krb_db.h> |