]> granicus.if.org Git - openssl/commitdiff
Code health: Quick note in changes and the OPENSSL_GLOBAL et al changes
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Feb 2017 16:36:02 +0000 (17:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 28 Feb 2017 19:23:07 +0000 (20:23 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2785)

CHANGES

diff --git a/CHANGES b/CHANGES
index 9f16dd43c70c8866c65ade4a1b8f295d83dd1d93..a06b1daef3cdc25ad8fc642111d3f371fb559ef7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
 
  Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
 
+  *) Remove VAX C specific definitions of OPENSSL_EXPORT, OPENSSL_EXTERN.
+     Also remove OPENSSL_GLOBAL entirely, as it became a no-op.
+     [Richard Levitte]
+
   *) Remove the VMS-specific reimplementation of gmtime from crypto/o_times.c.
      VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
      which is the minimum version we support.