summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-10 16:02:49 +0000
committerMatt Caswell <matt@openssl.org>2016-02-10 17:40:59 +0000
commit068f07fe759856435b880c9c1a3bdcff62142c84 (patch)
treea43e6717fbfcc752af8e0db74bf6e6cd2d26b6d6 /CHANGES
parent302f75887e52bbe0ab7a5806335a0a1264323b07 (diff)
Update CHANGES following init function renaming
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 0bbc257c89..eb6ee3f67d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,9 +24,8 @@
*) Added support for auto-initialisation and de-initialisation of the library.
OpenSSL no longer requires explicit init or deinit routines to be called,
- except in certain circumstances. See the
- OPENSSL_INIT_crypto_library_start() and OPENSSL_INIT_ssl_library_start()
- man pages for further information.
+ except in certain circumstances. See the OPENSSL_init_crypto() and
+ OPENSSL_init_ssl() man pages for further information.
[Matt Caswell]
*) The arguments to the DTLSv1_listen function have changed. Specifically the