aboutsummaryrefslogtreecommitdiffstats
path: root/main/haveged/double-the-sample-size-used-in-the-entest.patch
blob: 673566f94c0b08faffcb576c5f3ee5360ccb3562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 55eb83a7d6c29667a4035df487b5417529fc8518 Mon Sep 17 00:00:00 2001
From: Henrik Riomar <henrik.riomar@gmail.com>
Date: Mon, 8 Apr 2019 22:42:05 +0200
Subject: [PATCH] double the sample size used in the entest

---
 ent/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ent/Makefile.am b/ent/Makefile.am
index 265504c..4782377 100644
--- a/ent/Makefile.am
+++ b/ent/Makefile.am
@@ -17,6 +17,6 @@ MAINTAINERCLEANFILES = Makefile.in
 if ENABLE_ENT_TEST
 check-local:
 	./entest -t ${srcdir}/entitle.gif
-	../src/haveged -n 16384k -v 1 $*
+	../src/haveged -n 32768k -v 1 $*
 	./entest -vf sample
 endif
-- 
2.21.0