summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-08 17:48:56 +1000
committerDamien Miller <djm@mindrot.org>2000-04-08 17:48:56 +1000
commitbc7c7cceea205733e3d0902bc751009b5836ff9c (patch)
tree879d315a66bc070c2410ee9da19b93780be517d1 /entropy.c
parent73a26627f255088b55172f7947c8c2419634059b (diff)
downloadopenssh-git-bc7c7cceea205733e3d0902bc751009b5836ff9c.tar.gz
- Avoid some compiler warnings in fake-get*.c
- Add IPTOS macros for systems which lack them
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 94e7dcec..f304e21c 100644
--- a/entropy.c
+++ b/entropy.c
@@ -41,7 +41,7 @@
# include <ssl/sha.h>
#endif
-RCSID("$Id: entropy.c,v 1.3 2000/04/04 05:04:10 damien Exp $");
+RCSID("$Id: entropy.c,v 1.4 2000/04/08 07:48:56 damien Exp $");
#ifdef EGD_SOCKET
#ifndef offsetof
@@ -198,7 +198,6 @@ entropy_source_t entropy_sources[] = {
{ 0.000, NULL, { NULL, NULL, NULL, NULL, NULL } },
};
-
double
stir_from_system(void)
{