summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-05-13 15:14:08 +1000
committerDamien Miller <djm@mindrot.org>2002-05-13 15:14:08 +1000
commitf71d2a5d44a942b0794d8574f84b311d82bf4e29 (patch)
tree840c16e65d2c5697b24843655ae80b079c7f0643 /includes.h
parent903e115698bc5338907093177537da7cd572204f (diff)
- (djm) Bug #234: missing readpassphrase declaration and defines
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index a63e87243..e20d7a519 100644
--- a/includes.h
+++ b/includes.h
@@ -142,6 +142,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
142#ifdef USE_PAM 142#ifdef USE_PAM
143# include <security/pam_appl.h> 143# include <security/pam_appl.h>
144#endif 144#endif
145#ifdef HAVE_READPASSPHRASE_H
146# include <readpassphrase.h>
147#endif
145 148
146#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ 149#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
147 150