summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kdc/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/kdc/headers.h')
-rw-r--r--crypto/heimdal/kdc/headers.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/crypto/heimdal/kdc/headers.h b/crypto/heimdal/kdc/headers.h
index 64f6b6e..96db924 100644
--- a/crypto/heimdal/kdc/headers.h
+++ b/crypto/heimdal/kdc/headers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 2006 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -32,7 +32,8 @@
*/
/*
- * $Id: headers.h 19658 2007-01-04 00:15:34Z lha $
+ * $Id: headers.h,v 1.15 2002/09/10 20:04:46 joda Exp $
+ * $FreeBSD$
*/
#ifndef __HEADERS_H__
@@ -72,9 +73,6 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
@@ -91,14 +89,16 @@
#include <parse_units.h>
#include <krb5.h>
#include <krb5_locl.h>
-#include <digest_asn1.h>
-#include <kx509_asn1.h>
#include <hdb.h>
#include <hdb_err.h>
-#include <der.h>
+#include <der.h> /* copy_octet_string */
-#include <heimntlm.h>
-#include <windc_plugin.h>
+#ifdef KRB4
+#include <krb.h>
+#include <prot.h>
+#define Principal Principal4
+#include <krb_db.h>
+#endif
#undef ALLOC
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
OpenPOWER on IntegriCloud