diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/asm/rc4-x86_64.pl')
-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 | ||