From: Shane Lontis Date: Tue, 19 Feb 2019 03:56:33 +0000 (+1000) Subject: cfi build fixes in x86-64 ghash assembly X-Git-Tag: openssl-3.0.0-alpha1~2497 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54d00677f305375eee65a0c9edb5f0980c5f020f;p=oweals%2Fopenssl.git cfi build fixes in x86-64 ghash assembly Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8281) --- diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl index d6d0d7527e..a5d216abc9 100644 --- a/crypto/modes/asm/ghash-x86_64.pl +++ b/crypto/modes/asm/ghash-x86_64.pl @@ -1155,6 +1155,7 @@ ___ } else { $code.=<<___; jmp .L_init_clmul +.cfi_endproc .size gcm_init_avx,.-gcm_init_avx ___ } @@ -1594,6 +1595,7 @@ ___ } else { $code.=<<___; jmp .L_ghash_clmul +.cfi_endproc .size gcm_ghash_avx,.-gcm_ghash_avx ___ }