summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-07-01 16:24:08 -0400
committerRich Salz <rsalz@akamai.com>2019-07-01 20:13:03 -0400
commit211da00b79f5ab9df62f69ddff65d493759eae4c (patch)
treede20393740a5eb220900bf14ef82a9dd86a46d0b /CHANGES
parent66e2dbc01cb20b267bf132c945f49c303f63d7c4 (diff)
Remove EXPORT_VAR_AS_FUNC
We only export functions, not global, so remove the config option and some of the #ifdef stuff. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9285)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index accaee53fa..cc7a964dab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,8 @@
*) Removed DES_check_key. Also removed OPENSSL_IMPLEMENT_GLOBAL,
OPENSSL_GLOBAL_REF, OPENSSL_DECLARE_GLOBAL.
+ Also removed "export var as function" capability; we do not export
+ variables, only functions.
[Rich Salz]
*) RC5_32_set_key has been changed to return an int type, with 0 indicating