Update CHANGES following init function renaming
authorMatt Caswell <matt@openssl.org>
Wed, 10 Feb 2016 16:02:49 +0000 (16:02 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 10 Feb 2016 17:40:59 +0000 (17:40 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
CHANGES

diff --git a/CHANGES b/CHANGES
index 0bbc257c890b08621a408d8f3b7c67d8c4abe952..eb6ee3f67d5ec012d2aa1d43d924426ed3b96979 100644 (file)
--- 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