View | Details | Raw Unified | Return to bug 244848
Collapse All | Expand All

(-)security/libgcrypt/files/patch-cipher_camellia-aarch64.S (+10 lines)
Added Link Here
1
--- cipher/camellia-aarch64.S.orig	2017-11-23 18:16:58 UTC
2
+++ cipher/camellia-aarch64.S
3
@@ -284,7 +284,6 @@ _gcry_camellia_arm_decrypt_block:
4
 .size _gcry_camellia_arm_decrypt_block,.-_gcry_camellia_arm_decrypt_block;
5
 
6
 /* Encryption/Decryption tables */
7
-.globl _gcry_camellia_arm_tables
8
 .type  _gcry_camellia_arm_tables,@object;
9
 .balign 32
10
 _gcry_camellia_arm_tables:

Return to bug 244848