[Cryptech-Commits] [sw/libhal] branch auto_magic updated: enable keywrap core by default

git at cryptech.is git at cryptech.is
Mon Dec 3 22:33:35 UTC 2018


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.

The following commit(s) were added to refs/heads/auto_magic by this push:
     new fd65ff4  enable keywrap core by default
fd65ff4 is described below

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list