summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--entropy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/entropy.c b/entropy.c
index 97e836087..31a7f1c3e 100644
--- a/entropy.c
+++ b/entropy.c
@@ -24,6 +24,8 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27#define RANDOM_SEED_SIZE 48
28
27#ifdef WITH_OPENSSL 29#ifdef WITH_OPENSSL
28 30
29#include <sys/types.h> 31#include <sys/types.h>
@@ -56,8 +58,6 @@
56#include "sshbuf.h" 58#include "sshbuf.h"
57#include "ssherr.h" 59#include "ssherr.h"
58 60
59#define RANDOM_SEED_SIZE 48
60
61/* 61/*
62 * Portable OpenSSH PRNG seeding: 62 * Portable OpenSSH PRNG seeding:
63 * If OpenSSL has not "internally seeded" itself (e.g. pulled data from 63 * If OpenSSL has not "internally seeded" itself (e.g. pulled data from