summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-05-05 22:05:39 +0000
committerAndy Polyakov <appro@openssl.org>2010-05-05 22:05:39 +0000
commit3efe51a4071d864400888e91b66c34ac3e17e01d (patch)
tree24e207ad6d35b9e545289f26053527e2449deadf /crypto/sha/asm
parent0e3ef596e55654a7782ae7ce302f8933b4817f12 (diff)
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/sha/asm')
-rwxr-xr-xcrypto/sha/asm/sha1-x86_64.pl1
-rwxr-xr-xcrypto/sha/asm/sha512-x86_64.pl2
2 files changed, 0 insertions, 3 deletions
diff --git a/crypto/sha/asm/sha1-x86_64.pl b/crypto/sha/asm/sha1-x86_64.pl
index a00f7c6799..35ab0e7e78 100755
--- a/crypto/sha/asm/sha1-x86_64.pl
+++ b/crypto/sha/asm/sha1-x86_64.pl
@@ -178,7 +178,6 @@ unshift(@xi,pop(@xi));
}
$code.=<<___;
-.section .note.GNU-stack,"",\@progbits
.text
.globl sha1_block_data_order
diff --git a/crypto/sha/asm/sha512-x86_64.pl b/crypto/sha/asm/sha512-x86_64.pl
index aaf9c57875..e6643f8cf6 100755
--- a/crypto/sha/asm/sha512-x86_64.pl
+++ b/crypto/sha/asm/sha512-x86_64.pl
@@ -178,8 +178,6 @@ ___
}
$code=<<___;
-.section .note.GNU-stack,"",\@progbits
-
.text
.globl $func