aboutsummaryrefslogtreecommitdiffstats
path: root/main/rng-tools/08-correct-entflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/rng-tools/08-correct-entflags.patch')
-rw-r--r--main/rng-tools/08-correct-entflags.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/main/rng-tools/08-correct-entflags.patch b/main/rng-tools/08-correct-entflags.patch
deleted file mode 100644
index 8601a1c5011..00000000000
--- a/main/rng-tools/08-correct-entflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-correct new entropy api usage
-Forgot to include entflags
-
----
-
-diff -aur a/rngd_jitter.c b/rngd_jitter.c
---- a/rngd_jitter.c
-+++ b/rngd_jitter.c
-@@ -488,7 +488,7 @@
- core_id++;
- tdata[i].buf_sz = ent_src->rng_options[JITTER_OPT_BUF_SZ].int_val;
- #ifdef HAVE_JENT_INIT_EX
-- tdata[i].ec = jent_entropy_collector_alloc(0, JENT_MAX_MEMSIZE_MAX);
-+ tdata[i].ec = jent_entropy_collector_alloc(1, entflags | JENT_MAX_MEMSIZE_MAX);
- #else
- tdata[i].ec = jent_entropy_collector_alloc(1, entflags);
- #endif