diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 10:32:21 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 10:32:21 +0000 |
commit | f88f1086b7f23819a24c647c56fa5a42b1e7ee04 (patch) | |
tree | 01d5211b4ab385dc09604901088625559e32364f /kerberosIV/make_keypair/make_keypair.c | |
parent | 681e3b8161433b7e08a79aab57ce8b84746993c1 (diff) |
reflect changes and new position of libdes
Diffstat (limited to 'kerberosIV/make_keypair/make_keypair.c')
-rw-r--r-- | kerberosIV/make_keypair/make_keypair.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/make_keypair/make_keypair.c b/kerberosIV/make_keypair/make_keypair.c index 2b669504535..acb01bb623a 100644 --- a/kerberosIV/make_keypair/make_keypair.c +++ b/kerberosIV/make_keypair/make_keypair.c @@ -1,4 +1,4 @@ -/* $Id: make_keypair.c,v 1.3 1996/09/16 18:49:04 millert Exp $ */ +/* $Id: make_keypair.c,v 1.4 1997/06/29 10:32:18 provos Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -51,7 +51,7 @@ static char sccsid[] = "@(#)make_keypair.c 8.1 (Berkeley) 6/1/93"; #include <strings.h> #include <netdb.h> #include <unistd.h> -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> #include "pathnames.h" #include "register_proto.h" |