From 2b03457ca5ea49d2fc261d810067a381d2110d53 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 30 Jun 2021 18:59:49 +0100 Subject: [PATCH] Improve wording Signed-off-by: Dave Rodgman --- docs/3.0-migration-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index b345b9dddb..a6b71f643f 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -175,9 +175,9 @@ number of Miller-Rabin rounds. ### Deprecated functions were removed from DRBGs -The functions `mbedtls_ctr_drbg_update()` and `mbedtls_hmac_drbg_update()` -were removed. They were superseded by `mbedtls_ctr_drbg_update_ret()` and -`mbedtls_hmac_drbg_update_ret()` respectively. +The functions `mbedtls_ctr_drbg_update_ret()` and `mbedtls_hmac_drbg_update_ret()` +were renamed to replace the corresponding functions without `_ret` appended. Please call +the name without `_ret` appended and check the return value. ### Deprecated hex-encoded primes were removed from DHM