From 2372cc4a9d5e5f7495093e708befc88e92d848a3 Mon Sep 17 00:00:00 2001 From: "Jacques A. Vidrine" Date: Tue, 21 Jan 2003 14:13:51 +0000 Subject: [PATCH] We need "crypto-headers.h" to get a prototype for des_read_pw_string. This becomes especially important when building against OpenSSL 0.9.7. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11593 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kuser_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kuser/kuser_locl.h b/kuser/kuser_locl.h index 3fb2c1fa8..878326f5c 100644 --- a/kuser/kuser_locl.h +++ b/kuser/kuser_locl.h @@ -85,5 +85,6 @@ #include #endif #include +#include "crypto-headers.h" /* for des_read_pw_string */ #endif /* __KUSER_LOCL_H__ */