aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-12-02 16:38:37 -0500
committerPaul Selkirk <paul@psgd.org>2018-12-02 16:38:37 -0500
commitfd65ff4a39a98b3ebdb3d4a7ec0e79409990caed (patch)
treecd5dfa41b3a121482009ea295c0744ac23b19528
parent92dcc23dd95a6f38a7fa4abc9b7002eff8dcd053 (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)
{