diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-11-10 16:39:21 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-11-10 16:39:21 +0000 |
commit | 92eb0aa103fa16ca6fc3ae7097a6a27d993f3b3c (patch) | |
tree | 209e642fbe2a816041f67bc27c9800879f5541bc /crypto/openssh/entropy.c | |
parent | 85511fb52dd2225bf3cf160569a5d68f0a1d5698 (diff) |
Notes
Diffstat (limited to 'crypto/openssh/entropy.c')
-rw-r--r-- | crypto/openssh/entropy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/entropy.c b/crypto/openssh/entropy.c index 4f19c8767554..ccabb136441a 100644 --- a/crypto/openssh/entropy.c +++ b/crypto/openssh/entropy.c @@ -36,6 +36,7 @@ #endif #include <stdarg.h> #include <unistd.h> +#include <signal.h> #include <openssl/rand.h> #include <openssl/crypto.h> |