summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-12 16:55:25 -0400
committerRichard Levitte <levitte@openssl.org>2019-10-06 10:55:02 +0200
commit7cfc0a555c85220ecfd6ed038a7b859668595b72 (patch)
treef4c44f92397f3791bf3576103faf40bb42163cc4 /CHANGES
parent833f7c8c55c3c8a572db2112a5c2eac92c8262b8 (diff)
downloadopenssl-new-7cfc0a555c85220ecfd6ed038a7b859668595b72.tar.gz
Deprecate NCONF_WIN32() function
Extensive documentation added in HISTORY section in doc/man5/config.pod Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9578)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb6c77bf14..442807f1d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) The undocumented function NCONF_WIN32() has been deprecated; for
+ conversion details see the HISTORY section of doc/man5/config.pod
+ [Rich Salz]
+
*) Introduced the new functions EVP_DigestSignInit_ex() and
EVP_DigestVerifyInit_ex(). The macros EVP_DigestSignUpdate() and
EVP_DigestVerifyUpdate() have been converted to functions. See the man