summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/appl/bsd
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/appl/bsd
parent443e3df9fc8fe20ccfddd689f7dc254ad0194b75 (diff)
downloadFreeBSD-src-881ec5054829d43b71f6937e98e4891f52d23e3c.zip
FreeBSD-src-881ec5054829d43b71f6937e98e4891f52d23e3c.tar.gz
Use libcrypto instead of libdes.
Diffstat (limited to 'crypto/kerberosIV/appl/bsd')
-rw-r--r--crypto/kerberosIV/appl/bsd/bsd_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kerberosIV/appl/bsd/bsd_locl.h b/crypto/kerberosIV/appl/bsd/bsd_locl.h
index 787b77b..19285e9 100644
--- a/crypto/kerberosIV/appl/bsd/bsd_locl.h
+++ b/crypto/kerberosIV/appl/bsd/bsd_locl.h
@@ -270,7 +270,7 @@ struct tm *localtime(const time_t *);
struct hostent *gethostbyname(const char *);
#endif
-#include <des.h>
+#include <openssl/des.h>
#include <krb.h>
#include <kafs.h>
OpenPOWER on IntegriCloud