summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/entropy.c b/entropy.c
index 7cbc6951e..25e83889e 100644
--- a/entropy.c
+++ b/entropy.c
@@ -24,9 +24,6 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27#include "ssh.h"
28#include "xmalloc.h"
29
30#include <openssl/rand.h> 27#include <openssl/rand.h>
31#include <openssl/sha.h> 28#include <openssl/sha.h>
32 29
@@ -35,7 +32,12 @@
35# include <floatingpoint.h> 32# include <floatingpoint.h>
36#endif /* HAVE_FLOATINGPOINT_H */ 33#endif /* HAVE_FLOATINGPOINT_H */
37 34
38RCSID("$Id: entropy.c,v 1.23 2001/01/16 22:37:15 djm Exp $"); 35#include "ssh.h"
36#include "xmalloc.h"
37#include "atomicio.h"
38#include "log.h"
39
40RCSID("$Id: entropy.c,v 1.24 2001/01/22 05:34:41 mouring Exp $");
39 41
40#ifndef offsetof 42#ifndef offsetof
41# define offsetof(type, member) ((size_t) &((type *)0)->member) 43# define offsetof(type, member) ((size_t) &((type *)0)->member)