summaryrefslogtreecommitdiff
path: root/test/u2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/u2f.c')
-rw-r--r--test/u2f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/u2f.c b/test/u2f.c
index 047c62b7df..0ef0d55f42 100644
--- a/test/u2f.c
+++ b/test/u2f.c
@@ -82,6 +82,7 @@ static struct u2f_state state;
struct u2f_state *u2f_get_state(void)
{
+ state.drbg_entropy_size = 64;
return &state;
}