diff options
author | Andy Polyakov <appro@openssl.org> | 2010-05-05 22:05:39 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-05-05 22:05:39 +0000 |
commit | 3efe51a4071d864400888e91b66c34ac3e17e01d (patch) | |
tree | 24e207ad6d35b9e545289f26053527e2449deadf /crypto/rc4 | |
parent | 0e3ef596e55654a7782ae7ce302f8933b4817f12 (diff) | |
download | openssl-new-3efe51a4071d864400888e91b66c34ac3e17e01d.tar.gz |
Revert previous Linux-specific/centric commit#19629. If it really has to
be done, it's definitely not the way to do it. So far answer to the
question was to ./config -Wa,--noexecstack (adopted by RedHat).
Diffstat (limited to 'crypto/rc4')
-rwxr-xr-x | crypto/rc4/asm/rc4-x86_64.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rc4/asm/rc4-x86_64.pl b/crypto/rc4/asm/rc4-x86_64.pl index a134127e8c..677be5fe25 100755 --- a/crypto/rc4/asm/rc4-x86_64.pl +++ b/crypto/rc4/asm/rc4-x86_64.pl @@ -82,7 +82,6 @@ $YY="%r12"; $TY="%r13"; $code=<<___; -.section .note.GNU-stack,"",\@progbits .text .globl RC4 |