summaryrefslogtreecommitdiffstats
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 a63e8724..e20d7a51 100644
--- a/includes.h
+++ b/includes.h
@@ -142,6 +142,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef USE_PAM
# include <security/pam_appl.h>
#endif
+#ifdef HAVE_READPASSPHRASE_H
+# include <readpassphrase.h>
+#endif
#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */