summaryrefslogtreecommitdiff
path: root/lib/libcrypto/camellia
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-02-23 08:55:45 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-02-23 08:55:45 +0000
commitfc8689f68ea2401fa573c4ef557344036e2a6745 (patch)
tree077a3668cfb258115d10895febe9537cda8bf194 /lib/libcrypto/camellia
parent0dfba7f8bf76ff7fec2985f5446203b15593ef30 (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.pl2
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