[openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Wed Feb 27 21:44:51 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via dbb1340314fcec37662d79720e6566fdd5a232e8 (commit)
from e8926acfe25418d029656d4abb321096a2cf17c5 (commit)
- Log -----------------------------------------------------------------
commit dbb1340314fcec37662d79720e6566fdd5a232e8
Author: Shane Lontis <shane.lontis at oracle.com>
Date: Tue Feb 19 13:56:33 2019 +1000
cfi build fixes in x86-64 ghash assembly
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8281)
(cherry picked from commit 54d00677f305375eee65a0c9edb5f0980c5f020f)
-----------------------------------------------------------------------
Summary of changes:
crypto/modes/asm/ghash-x86_64.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl
index 30158aa..6b2a51e 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
___
}
More information about the openssl-commits
mailing list