diff options
author | Andy Polyakov <appro@openssl.org> | 2010-05-06 00:05:39 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-05-06 00:05:39 +0200 |
commit | 3efe51a4071d864400888e91b66c34ac3e17e01d (patch) | |
tree | 24e207ad6d35b9e545289f26053527e2449deadf /CHANGES | |
parent | Non-executable stack in asm. (diff) | |
download | openssl-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-- | CHANGES | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |