summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-28 19:40:20 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-28 19:40:20 +1000
commit23dd658e5701ba611229ca1a95dd3ab2c00fb316 (patch)
tree0eed70e42f50053d40737e7cf3b16ea79dd74fb8 /entropy.c
parentb4b2f9a6c97b5fced719574e64e76fa56fac5613 (diff)
downloadopenssh-git-23dd658e5701ba611229ca1a95dd3ab2c00fb316.tar.gz
- (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.
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/entropy.c b/entropy.c
index 4f19c876..ccabb136 100644
--- 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>