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/modes/asm | |
parent | 0dfba7f8bf76ff7fec2985f5446203b15593ef30 (diff) |
Use explicit .text instead of .previous to please Windows/MinGW on amd64
ok miod
Diffstat (limited to 'lib/libcrypto/modes/asm')
-rw-r--r-- | lib/libcrypto/modes/asm/ghash-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/modes/asm/ghash-x86_64.pl b/lib/libcrypto/modes/asm/ghash-x86_64.pl index bce62947f91..71d0822ac91 100644 --- a/lib/libcrypto/modes/asm/ghash-x86_64.pl +++ b/lib/libcrypto/modes/asm/ghash-x86_64.pl @@ -670,7 +670,7 @@ $code.=<<___; .value 0xB5E0,0xB422,0xB664,0xB7A6,0xB2E8,0xB32A,0xB16C,0xB0AE .value 0xBBF0,0xBA32,0xB874,0xB9B6,0xBCF8,0xBD3A,0xBF7C,0xBEBE .align 64 -.previous +.text ___ # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, |