aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-12-02 16:38:37 -0500
committerPaul Selkirk <paul@psgd.org>2019-04-09 18:07:31 -0400
commitd734127728044beacf934c1f337f3412ae1fc34c (patch)
tree957e16f03a713cbfd09c1c1adfc3cdb8b0a521f9
parent0afc213a0cba7a41ea95a32b4575bb742e040cd2 (diff)
enable keywrap core by default
-rw-r--r--aes_keywrap.c2
1 files changed, 1 insertions, 1 deletions
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)
{