diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-02-23 08:55:45 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-02-23 08:55:45 +0000 |
commit | fc8689f68ea2401fa573c4ef557344036e2a6745 (patch) | |
tree | 077a3668cfb258115d10895febe9537cda8bf194 /lib/libcrypto/camellia | |
parent | 0dfba7f8bf76ff7fec2985f5446203b15593ef30 (diff) |
Use explicit .text instead of .previous to please Windows/MinGW on amd64
ok miod
Diffstat (limited to 'lib/libcrypto/camellia')
-rw-r--r-- | lib/libcrypto/camellia/asm/cmll-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/camellia/asm/cmll-x86_64.pl b/lib/libcrypto/camellia/asm/cmll-x86_64.pl index c16725f5c99..586e5d6e93f 100644 --- a/lib/libcrypto/camellia/asm/cmll-x86_64.pl +++ b/lib/libcrypto/camellia/asm/cmll-x86_64.pl @@ -625,7 +625,7 @@ $_ivp="40(%rsp)"; $_rsp="48(%rsp)"; $code.=<<___; -.previous +.text .globl Camellia_cbc_encrypt .type Camellia_cbc_encrypt,\@function,6 .align 16 |