summaryrefslogtreecommitdiff
path: root/defines.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 /defines.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 'defines.h')
-rw-r--r--defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index f8a23b88d..b1e28ca0a 100644
--- a/defines.h
+++ b/defines.h
@@ -9,6 +9,9 @@
9 9
10#include <netinet/in.h> /* For IPv6 macros */ 10#include <netinet/in.h> /* For IPv6 macros */
11 11
12#ifdef NEED_IN_SYSTM_H
13# include <netinet/in_systm.h>
14#endif
12#include <netinet/ip.h> /* For IPTOS macros */ 15#include <netinet/ip.h> /* For IPTOS macros */
13 16
14#ifdef HAVE_SYS_BITYPES_H 17#ifdef HAVE_SYS_BITYPES_H