diff options
author | Paul Selkirk <paul@psgd.org> | 2018-12-02 16:38:37 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-12-02 16:38:37 -0500 |
commit | fd65ff4a39a98b3ebdb3d4a7ec0e79409990caed (patch) | |
tree | cd5dfa41b3a121482009ea295c0744ac23b19528 /aes_keywrap.c | |
parent | 92dcc23dd95a6f38a7fa4abc9b7002eff8dcd053 (diff) |
enable keywrap core by default
Diffstat (limited to 'aes_keywrap.c')
-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) { |