]> andersk Git - openssh.git/commitdiff
- (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
authordtucker <dtucker>
Thu, 28 Sep 2006 09:40:20 +0000 (09:40 +0000)
committerdtucker <dtucker>
Thu, 28 Sep 2006 09:40:20 +0000 (09:40 +0000)
   on Solaris 8 w/out /dev/random or prngd.  Patch from rl at
   math.technion.ac.il.

ChangeLog
entropy.c

index b318a47582240c15b0598367f78e91ad1b4a1b55..5fd97b1dc28713cdfe01eaef2bb776e80a339d8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20060928
+ - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
+   on Solaris 8 w/out /dev/random or prngd.  Patch from rl at
+   math.technion.ac.il.
+
 20060926
  - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
    referenced any more.  ok djm@
index 4f19c8767554e73c339bcac6c48675efc83c0ffd..ccabb136441a32566972b2f76abe4235c1cb881c 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -36,6 +36,7 @@
 #endif
 #include <stdarg.h>
 #include <unistd.h>
+#include <signal.h>
 
 #include <openssl/rand.h>
 #include <openssl/crypto.h>
This page took 0.032557 seconds and 5 git commands to generate.