[git] GCRYPT - branch, master, updated. libgcrypt-1.8.1-139-g09c2728
by Jussi Kivilinna
cvs at cvs.gnupg.org
Mon Jan 14 21:21:52 CET 2019
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 <jussi.kivilinna at iki.fi>
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 <martin at NetBSD.org>
GnuPG-bug-id: 4317
Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>
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, at 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
_______________________________________________
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