diff options
author | Paul Selkirk <paul@psgd.org> | 2018-12-02 16:38:37 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-04-09 18:07:31 -0400 |
commit | d734127728044beacf934c1f337f3412ae1fc34c (patch) | |
tree | 957e16f03a713cbfd09c1c1adfc3cdb8b0a521f9 | |
parent | 0afc213a0cba7a41ea95a32b4575bb742e040cd2 (diff) |
enable keywrap core by default
-rw-r--r-- | aes_keywrap.c | 2 |
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) { |