summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kdc
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-06-21 02:21:57 +0000
committerassar <assar@FreeBSD.org>2001-06-21 02:21:57 +0000
commitc05dadd8324d3befaaa8bf5972a638fab840e9b4 (patch)
treee6871833948536990e13646ceb0b0e09e8827e19 /crypto/heimdal/kdc
parent7281f9682138be213c08fe4674685b925aef5ead (diff)
downloadFreeBSD-src-c05dadd8324d3befaaa8bf5972a638fab840e9b4.zip
FreeBSD-src-c05dadd8324d3befaaa8bf5972a638fab840e9b4.tar.gz
fix merges from 0.3f
Diffstat (limited to 'crypto/heimdal/kdc')
-rw-r--r--crypto/heimdal/kdc/headers.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/heimdal/kdc/headers.h b/crypto/heimdal/kdc/headers.h
index 16df783..ce0f132 100644
--- a/crypto/heimdal/kdc/headers.h
+++ b/crypto/heimdal/kdc/headers.h
@@ -32,7 +32,7 @@
*/
/*
- * $Id: headers.h,v 1.6 2000/02/06 06:04:36 assar Exp $
+ * $Id: headers.h,v 1.11 2001/02/15 04:20:53 assar Exp $
* $FreeBSD$
*/
@@ -83,7 +83,11 @@
#include <getarg.h>
#include <base64.h>
#include <parse_units.h>
+#ifdef HAVE_OPENSSL_DES_H
#include <openssl/des.h>
+#else
+#include <des.h>
+#endif
#include <krb5.h>
#include <krb5_locl.h>
#include <hdb.h>
OpenPOWER on IntegriCloud