summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-30 09:30:44 +1000
committerDamien Miller <djm@mindrot.org>2000-04-30 09:30:44 +1000
commit4018c1985d6e34f4625132965e814880ac3075ba (patch)
tree1a3450e78dc2fa600f485a07a5c5a866781f082c /acconfig.h
parent1bead335d7381b553bc4a13b3ea2b9dc09679123 (diff)
- Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
patch. - Adds timeout to entropy collection - Disables slow entropy sources - Load and save seed file - Changed entropy seed code to user per-user seeds only (server seed is saved in root's .ssh directory) - Use atexit() and fatal cleanups to save seed on exit
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b0420e7fe..d07fd4fe7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -27,6 +27,9 @@
27/* Location of EGD random number socket */ 27/* Location of EGD random number socket */
28#undef EGD_SOCKET 28#undef EGD_SOCKET
29 29
30/* Builtin PRNG command timeout */
31#undef ENTROPY_TIMEOUT_MSEC
32
30/* Define if you want to install preformatted manpages.*/ 33/* Define if you want to install preformatted manpages.*/
31#undef MANTYPE 34#undef MANTYPE
32 35
@@ -98,6 +101,9 @@
98/* Define if you want have trusted HPUX */ 101/* Define if you want have trusted HPUX */
99#undef HAVE_HPUX_TRUSTED_SYSTEM_PW 102#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
100 103
104/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */
105#undef NEED_IN_SYSTM_H
106
101/* Define if you have an old version of PAM which takes only one argument */ 107/* Define if you have an old version of PAM which takes only one argument */
102/* to pam_strerror */ 108/* to pam_strerror */
103#undef HAVE_OLD_PAM 109#undef HAVE_OLD_PAM