From 12eb3dee85137da9effa7d2df35e855dd0a3814a Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 21 Jan 2003 14:19:06 +0000 Subject: Add a missing include, needed to get a prototype for `des_read_pw_string'. This is particularly important for OpenSSL 0.9.7, as `des_read_pw_string' is a macro there. (This fix brought in on the vendor branch, because I already committed it to Heimdal's CVS.) --- crypto/heimdal/kuser/kuser_locl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/heimdal') diff --git a/crypto/heimdal/kuser/kuser_locl.h b/crypto/heimdal/kuser/kuser_locl.h index 2010150..06403cb 100644 --- a/crypto/heimdal/kuser/kuser_locl.h +++ b/crypto/heimdal/kuser/kuser_locl.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: kuser_locl.h,v 1.12 1999/12/02 17:05:01 joda Exp $ */ +/* $Id: kuser_locl.h,v 1.13 2003/01/21 14:13:51 nectar Exp $ */ #ifndef __KUSER_LOCL_H__ #define __KUSER_LOCL_H__ @@ -85,5 +85,6 @@ #include #endif #include +#include "crypto-headers.h" /* for des_read_pw_string */ #endif /* __KUSER_LOCL_H__ */ -- cgit v1.1