[Cryptech-Commits] [sw/libhal] 02/03: enable keywrap core by default

git at cryptech.is git at cryptech.is
Tue Apr 9 22:20:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch auto_magic
in repository sw/libhal.

commit d734127728044beacf934c1f337f3412ae1fc34c
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Sun Dec 2 16:38:37 2018 -0500

    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)
 {



More information about the Commits mailing list