summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/entropy.c b/entropy.c
index 94e7dcec1..f304e21c1 100644
--- a/entropy.c
+++ b/entropy.c
@@ -41,7 +41,7 @@
41# include <ssl/sha.h> 41# include <ssl/sha.h>
42#endif 42#endif
43 43
44RCSID("$Id: entropy.c,v 1.3 2000/04/04 05:04:10 damien Exp $"); 44RCSID("$Id: entropy.c,v 1.4 2000/04/08 07:48:56 damien Exp $");
45 45
46#ifdef EGD_SOCKET 46#ifdef EGD_SOCKET
47#ifndef offsetof 47#ifndef offsetof
@@ -198,7 +198,6 @@ entropy_source_t entropy_sources[] = {
198 { 0.000, NULL, { NULL, NULL, NULL, NULL, NULL } }, 198 { 0.000, NULL, { NULL, NULL, NULL, NULL, NULL } },
199}; 199};
200 200
201
202double 201double
203stir_from_system(void) 202stir_from_system(void)
204{ 203{