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 --- defines.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'defines.h') diff --git a/defines.h b/defines.h index f8a23b88d..b1e28ca0a 100644 --- a/defines.h +++ b/defines.h @@ -9,6 +9,9 @@ #include /* For IPv6 macros */ +#ifdef NEED_IN_SYSTM_H +# include +#endif #include /* For IPTOS macros */ #ifdef HAVE_SYS_BITYPES_H -- cgit v1.2.3