[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-333-g9ce54e5

by Jussi Kivilinna cvs at cvs.gnupg.org
Thu Oct 24 11:23:41 CEST 2013


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  9ce54e5b512418ddf45ce18f2cbd48cdced779f5 (commit)
      from  54df6fcd806f8c150cffe6cc09925bb8b638bb5b (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 9ce54e5b512418ddf45ce18f2cbd48cdced779f5
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Thu Oct 24 12:20:55 2013 +0300

    ecc-gost: Add missing include
    
    * ecc-gost.c: Include "pubkey-internal.h".
    --
    
    Patch fixes compiler warning:
    
    ecc-gost.c: In function '_gcry_ecc_gost_sign':
    ecc-gost.c:95:11: warning: implicit declaration of function '_gcry_dsa_gen_k' [-Wimplicit-function-declaration]
               k = _gcry_dsa_gen_k (skey->E.n, GCRY_STRONG_RANDOM);
               ^
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/cipher/ecc-gost.c b/cipher/ecc-gost.c
index 1ebfd39..a40459c 100644
--- a/cipher/ecc-gost.c
+++ b/cipher/ecc-gost.c
@@ -30,6 +30,7 @@
 #include "context.h"
 #include "ec-context.h"
 #include "ecc-common.h"
+#include "pubkey-internal.h"
 
 
 /* Compute an GOST R 34.10-01/-12 signature.

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

Summary of changes:
 cipher/ecc-gost.c |    1 +
 1 file changed, 1 insertion(+)


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