summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-06-20 17:07:25 -0400
committerRich Salz <rsalz@akamai.com>2019-07-01 13:32:46 -0400
commit6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0 (patch)
tree96d031497f0c8add72ddcc51872b0fb23f4eddf9 /CHANGES
parent19ea6b2b375b15919f9f5f523d1312398315017f (diff)
Remove NextStep support
Because of that we can remove OPENSSL_UNISTD and some other macros from e_os2.h and opensslconf.h Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9204)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b70fa3dc4..f23e9b2feb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Removed NextStep support and the macro OPENSSL_UNISTD
+ [Rich Salz]
+
*) RC5_32_set_key has been changed to return an int type, with 0 indicating
an error and 1 indicating success. In previous versions of OpenSSL this
was a void type. If a key was set longer than the maximum possible this