summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kdc
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-09-16 21:07:11 +0000
committernectar <nectar@FreeBSD.org>2002-09-16 21:07:11 +0000
commited53d8e233c6bc5f6ab5b83a9ab284dea0e65877 (patch)
treeca9493c028253b7988c291da5839cb536b72c540 /crypto/heimdal/kdc
parenta876cfedd88823d520688032e9bde83b68098a88 (diff)
downloadFreeBSD-src-ed53d8e233c6bc5f6ab5b83a9ab284dea0e65877.zip
FreeBSD-src-ed53d8e233c6bc5f6ab5b83a9ab284dea0e65877.tar.gz
Resolve conflicts.
Diffstat (limited to 'crypto/heimdal/kdc')
-rw-r--r--crypto/heimdal/kdc/headers.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/heimdal/kdc/headers.h b/crypto/heimdal/kdc/headers.h
index 2ae8d09..96db924 100644
--- a/crypto/heimdal/kdc/headers.h
+++ b/crypto/heimdal/kdc/headers.h
@@ -32,7 +32,7 @@
*/
/*
- * $Id: headers.h,v 1.13 2001/08/22 20:30:25 assar Exp $
+ * $Id: headers.h,v 1.15 2002/09/10 20:04:46 joda Exp $
* $FreeBSD$
*/
@@ -42,6 +42,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -86,11 +87,6 @@
#include <getarg.h>
#include <base64.h>
#include <parse_units.h>
-#ifdef HAVE_OPENSSL
-#include <openssl/des.h>
-#else
-#include <des.h>
-#endif
#include <krb5.h>
#include <krb5_locl.h>
#include <hdb.h>
OpenPOWER on IntegriCloud