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
This commit is contained in:
Jacques A. Vidrine
2003-01-21 14:13:51 +00:00
parent c2216f8e9e
commit 2372cc4a9d

View File

@@ -85,5 +85,6 @@
#include <sys/ioccom.h>
#endif
#include <kafs.h>
#include "crypto-headers.h" /* for des_read_pw_string */
#endif /* __KUSER_LOCL_H__ */