[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-368-gbfe4f65

by Jussi Kivilinna cvs at cvs.gnupg.org
Thu Nov 7 11:34:42 CET 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  bfe4f6523b80bae0040328ef324b9000ee5b38a4 (commit)
      from  57b296ea3a5204cd3711b7bf57c8fb14d8542402 (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 bfe4f6523b80bae0040328ef324b9000ee5b38a4
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Thu Nov 7 12:33:59 2013 +0200

    Fix decryption function size in AES AMD64 assembly
    
    * cipher/rijndael-amd64.S (_gcry_aes_amd64_decrypt_block): Set '.size'
    for '_gcry_aes_amd64_decrypt_block', not '..._encrypt_block'.
    --
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/cipher/rijndael-amd64.S b/cipher/rijndael-amd64.S
index 3b96889..35a9d26 100644
--- a/cipher/rijndael-amd64.S
+++ b/cipher/rijndael-amd64.S
@@ -355,7 +355,7 @@ _gcry_aes_amd64_decrypt_block:
 	decround(9);
 
 	jmp .Ldec_tail;
-.size _gcry_aes_amd64_encrypt_block,.-_gcry_aes_amd64_encrypt_block;
+.size _gcry_aes_amd64_decrypt_block,.-_gcry_aes_amd64_decrypt_block;
 
 .data
 .align 16

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

Summary of changes:
 cipher/rijndael-amd64.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list