[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-113-g8b960a8

by Werner Koch cvs at cvs.gnupg.org
Wed Sep 3 08:54:32 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  8b960a807d168000d2690897a7634bd384ac1346 (commit)
      from  8a2a328742012a7c528dd007437185e4584c1e48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8b960a807d168000d2690897a7634bd384ac1346
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Sep 3 08:53:43 2014 +0200

    Add a constant for a forthcoming new RNG.
    
    * src/gcrypt.h.in (GCRYCTL_DRBG_REINIT): New constant.

diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 9d64b22..65d9ef6 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -330,7 +330,8 @@ enum gcry_ctl_cmds
     GCRYCTL_CLOSE_RANDOM_DEVICE = 70,
     GCRYCTL_INACTIVATE_FIPS_FLAG = 71,
     GCRYCTL_REACTIVATE_FIPS_FLAG = 72,
-    GCRYCTL_SET_SBOX = 73
+    GCRYCTL_SET_SBOX = 73,
+    GCRYCTL_DRBG_REINIT = 74
   };
 
 /* Perform various operations defined by CMD. */

-----------------------------------------------------------------------

Summary of changes:
 src/gcrypt.h.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list