summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/admin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 20:21:16 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 20:21:16 +0000
commit881ec5054829d43b71f6937e98e4891f52d23e3c (patch)
treeb6ad7f6252047802bf28a6c315c2849e8d660849 /crypto/kerberosIV/admin
parent443e3df9fc8fe20ccfddd689f7dc254ad0194b75 (diff)
downloadFreeBSD-src-881ec5054829d43b71f6937e98e4891f52d23e3c.zip
FreeBSD-src-881ec5054829d43b71f6937e98e4891f52d23e3c.tar.gz
Use libcrypto instead of libdes.
Diffstat (limited to 'crypto/kerberosIV/admin')
-rw-r--r--crypto/kerberosIV/admin/adm_locl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/kerberosIV/admin/adm_locl.h b/crypto/kerberosIV/admin/adm_locl.h
index 9a41b4b..8004d0a 100644
--- a/crypto/kerberosIV/admin/adm_locl.h
+++ b/crypto/kerberosIV/admin/adm_locl.h
@@ -32,6 +32,7 @@
*/
/* $Id: adm_locl.h,v 1.17 1999/12/02 16:58:27 joda Exp $ */
+/* $FreeBSD$ */
#ifndef __adm_locl_h
#define __adm_locl_h
@@ -77,7 +78,7 @@
#include <roken.h>
-#include <des.h>
+#include <openssl/des.h>
#include <krb.h>
#include <krb_db.h>
#include <kdc.h>
OpenPOWER on IntegriCloud