From d734127728044beacf934c1f337f3412ae1fc34c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sun, 2 Dec 2018 16:38:37 -0500 Subject: enable keywrap core by default --- aes_keywrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes_keywrap.c b/aes_keywrap.c index 2775b3e..077bb62 100644 --- a/aes_keywrap.c +++ b/aes_keywrap.c @@ -53,7 +53,7 @@ * Enable use of the experimental keywrap core, if present. */ -static int use_keywrap_core = 0; +static int use_keywrap_core = 1; int hal_aes_use_keywrap_core(int onoff) { -- cgit v1.2.3