From 4018c1985d6e34f4625132965e814880ac3075ba Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 30 Apr 2000 09:30:44 +1000 Subject: - Integrate Andre Lucas' 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 --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index b0420e7fe..d07fd4fe7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -27,6 +27,9 @@ /* Location of EGD random number socket */ #undef EGD_SOCKET +/* Builtin PRNG command timeout */ +#undef ENTROPY_TIMEOUT_MSEC + /* Define if you want to install preformatted manpages.*/ #undef MANTYPE @@ -98,6 +101,9 @@ /* Define if you want have trusted HPUX */ #undef HAVE_HPUX_TRUSTED_SYSTEM_PW +/* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - ) */ +#undef NEED_IN_SYSTM_H + /* Define if you have an old version of PAM which takes only one argument */ /* to pam_strerror */ #undef HAVE_OLD_PAM -- cgit v1.2.3