[git] GCRYPT - branch, master, updated. libgcrypt-1.8.1-139-g09c2728

[email protected] (by Jussi Kivilinna) Mon, 14 Jan 2019 21:21:52 +0100
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
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  09c27280cc09798d15369b3a143036b7ab5ddd69 (commit)
      from  3ee6588de8311b461ef8707c70ff86d2b252966d (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 09c27280cc09798d15369b3a143036b7ab5ddd69
Author: Jussi Kivilinna <[email protected]>
Date:   Mon Jan 14 22:14:24 2019 +0200

    camellia-aarch64: do not export look-up table globally
    
    * cipher/camellia-aarch64.S (_gcry_camellia_arm_tables): Remove
    '.globl' export.
    --
    
    Reported-by: Martin Husemann <[email protected]>
    GnuPG-bug-id: 4317
    Signed-off-by: Jussi Kivilinna <[email protected]>

diff --git a/cipher/camellia-aarch64.S b/cipher/camellia-aarch64.S
index b0e9a03..5c6ab02 100644
--- a/cipher/camellia-aarch64.S
+++ b/cipher/camellia-aarch64.S
@@ -289,7 +289,6 @@ _gcry_camellia_arm_decrypt_block:
 ELF(.size _gcry_camellia_arm_decrypt_block,.-_gcry_camellia_arm_decrypt_block;)
 
 /* Encryption/Decryption tables */
-.globl _gcry_camellia_arm_tables
 ELF(.type  _gcry_camellia_arm_tables,@object;)
 .balign 32
 _gcry_camellia_arm_tables:

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

Summary of changes:
 cipher/camellia-aarch64.S | 1 -
 1 file changed, 1 deletion(-)


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