summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-07-01 14:41:19 -0400
committerRich Salz <rsalz@akamai.com>2019-07-01 19:42:12 -0400
commitb66a481888e00a36f833308bdcf53408238511d4 (patch)
tree50beaefd6da8140fa30fe951389800589e8826ff /CHANGES
parent6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0 (diff)
Remove DES_check_key global
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9284)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f23e9b2feb..accaee53fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,10 @@
*) Removed NextStep support and the macro OPENSSL_UNISTD
[Rich Salz]
+ *) Removed DES_check_key. Also removed OPENSSL_IMPLEMENT_GLOBAL,
+ OPENSSL_GLOBAL_REF, OPENSSL_DECLARE_GLOBAL.
+ [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