summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-02-19 13:56:33 +1000
committerPauli <paul.dale@oracle.com>2019-02-21 07:39:14 +1000
commit54d00677f305375eee65a0c9edb5f0980c5f020f (patch)
tree0d4f5c906228f987ff9bb2d7fbe8afa9a8b79159 /crypto/modes
parentc8147d37ccaaf28c430d3fb45a14af36597e48b8 (diff)
cfi build fixes in x86-64 ghash assembly
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8281)
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/asm/ghash-x86_64.pl2
1 files changed, 2 insertions, 0 deletions
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
___
}