summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/entropy.c b/entropy.c
index 3f63239f4..8b705397f 100644
--- a/entropy.c
+++ b/entropy.c
@@ -151,8 +151,6 @@ seed_rng(void)
151void 151void
152init_rng(void) 152init_rng(void)
153{ 153{
154#if defined (DISABLED_BY_DEBIAN)
155 /* drow: Is this check still too strict for Debian? */
156 /* 154 /*
157 * OpenSSL version numbers: MNNFFPPS: major minor fix patch status 155 * OpenSSL version numbers: MNNFFPPS: major minor fix patch status
158 * We match major, minor, fix and status (not patch) 156 * We match major, minor, fix and status (not patch)
@@ -160,7 +158,6 @@ init_rng(void)
160 if ((SSLeay() ^ OPENSSL_VERSION_NUMBER) & ~0xff0L) 158 if ((SSLeay() ^ OPENSSL_VERSION_NUMBER) & ~0xff0L)
161 fatal("OpenSSL version mismatch. Built against %lx, you " 159 fatal("OpenSSL version mismatch. Built against %lx, you "
162 "have %lx", OPENSSL_VERSION_NUMBER, SSLeay()); 160 "have %lx", OPENSSL_VERSION_NUMBER, SSLeay());
163#endif
164 161
165#ifndef OPENSSL_PRNG_ONLY 162#ifndef OPENSSL_PRNG_ONLY
166 original_uid = getuid(); 163 original_uid = getuid();