summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-05-06 00:05:39 +0200
committerAndy Polyakov <appro@openssl.org>2010-05-06 00:05:39 +0200
commit3efe51a4071d864400888e91b66c34ac3e17e01d (patch)
tree24e207ad6d35b9e545289f26053527e2449deadf /CHANGES
parentNon-executable stack in asm. (diff)
downloadopenssl-3efe51a4071d864400888e91b66c34ac3e17e01d.tar.xz
openssl-3efe51a4071d864400888e91b66c34ac3e17e01d.zip
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 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index c9f2226600..6f713d9e87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,6 @@
Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
- *) Make generated asm have non-executable stack.
- [Contributed by Google <agl@google.com>]
-
*) New function OPENSSL_gmtime_diff to find the difference in days
and seconds between two tm structures. This will be used to provide
additional functionality for ASN1_TIME.