Rename pkcs11_xxx_init() to bind()
diff --git a/ChangeLog b/ChangeLog
index 6fc5cfa..8c5995c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_init(_buf)()
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_init(_buf)()
+ * Renamed mbedtls_pkcs11_priv_key_init() to ..._bind() and
+ mbedtls_pkcs11_x509_cert_init() as well (handled by rename.pl and
+ compat-1.3.h)
* mbedtls_memory_bufer_alloc_init() now returns void
* In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now
return void.