Update CHANGES following init function renaming

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell
2016-02-10 16:02:49 +00:00
parent 302f75887e
commit 068f07fe75

View File

@@ -24,9 +24,8 @@
*) Added support for auto-initialisation and de-initialisation of the library. *) Added support for auto-initialisation and de-initialisation of the library.
OpenSSL no longer requires explicit init or deinit routines to be called, OpenSSL no longer requires explicit init or deinit routines to be called,
except in certain circumstances. See the except in certain circumstances. See the OPENSSL_init_crypto() and
OPENSSL_INIT_crypto_library_start() and OPENSSL_INIT_ssl_library_start() OPENSSL_init_ssl() man pages for further information.
man pages for further information.
[Matt Caswell] [Matt Caswell]
*) The arguments to the DTLSv1_listen function have changed. Specifically the *) The arguments to the DTLSv1_listen function have changed. Specifically the