[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-234-g9cd55e8

by Peter Wu cvs at cvs.gnupg.org
Thu Jul 16 07:12:00 CEST 2015


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  9cd55e8e948f0049cb23495f536decf797d072f7 (commit)
      from  0f9532b186c1e0b54d7e7a6d76bce82b6226122b (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 9cd55e8e948f0049cb23495f536decf797d072f7
Author: Peter Wu <peter at lekensteyn.nl>
Date:   Thu Jul 16 13:59:44 2015 +0900

    rsa: Fix error in comments.
    
    * cipher/rsa.c: Fix.
    
    --
    
    Signed-off-by: Peter Wu <peter at lekensteyn.nl>

diff --git a/cipher/rsa.c b/cipher/rsa.c
index 9a8d235..e4f73d5 100644
--- a/cipher/rsa.c
+++ b/cipher/rsa.c
@@ -738,7 +738,7 @@ secret (gcry_mpi_t output, gcry_mpi_t input, RSA_secret_key *skey )
       if ( mpi_has_sign ( h ) )
         mpi_add ( h, h, skey->q );
       mpi_mulm( h, skey->u, h, skey->q );
-      /* m = m2 + h * p */
+      /* m = m1 + h * p */
       mpi_mul ( h, h, skey->p );
       mpi_add ( output, m1, h );
 

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

Summary of changes:
 cipher/rsa.c | 2 +-
 1 file changed, 1 insertion(+), 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