diff options
author | tb <> | 2023-02-23 08:55:44 +0000 |
---|---|---|
committer | tb <> | 2023-02-23 08:55:44 +0000 |
commit | e8192f57c4e5910ce7badced4a24c8827810d567 (patch) | |
tree | 71dda5db53e03aa1c816aebfe51aa3146082e60f /src/lib/libcrypto/rc4/asm | |
parent | 27ab21352c93b54377d9ed93aaf71847680fa75f (diff) | |
download | openbsd-e8192f57c4e5910ce7badced4a24c8827810d567.tar.gz openbsd-e8192f57c4e5910ce7badced4a24c8827810d567.tar.bz2 openbsd-e8192f57c4e5910ce7badced4a24c8827810d567.zip |
Use explicit .text instead of .previous to please Windows/MinGW on amd64
ok miod
Diffstat (limited to 'src/lib/libcrypto/rc4/asm')
-rwxr-xr-x | src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl index c51112ce1e..8de869489f 100755 --- a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | |||
@@ -524,7 +524,7 @@ RC4_options: | |||
524 | .asciz "rc4(8x,char)" | 524 | .asciz "rc4(8x,char)" |
525 | .asciz "rc4(16x,int)" | 525 | .asciz "rc4(16x,int)" |
526 | .align 64 | 526 | .align 64 |
527 | .previous | 527 | .text |
528 | .size RC4_options,.-RC4_options | 528 | .size RC4_options,.-RC4_options |
529 | ___ | 529 | ___ |
530 | 530 | ||