mirror of
https://github.com/openssl/openssl.git
synced 2025-01-22 09:53:44 +08:00
chacha/asm/chacha-ppc.pl: add missing .text directive.
RT#4667 Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
252cfef151
commit
abcbf7ed7e
@ -133,6 +133,7 @@ my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
|
|||||||
|
|
||||||
$code.=<<___;
|
$code.=<<___;
|
||||||
.machine "any"
|
.machine "any"
|
||||||
|
.text
|
||||||
|
|
||||||
.globl .ChaCha20_ctr32_int
|
.globl .ChaCha20_ctr32_int
|
||||||
.align 5
|
.align 5
|
||||||
|
Loading…
Reference in New Issue
Block a user