From cf35d774fe3b7c76e2ac4c9cc5fbe7563cef0dd8 Mon Sep 17 00:00:00 2001 From: valerio Date: Thu, 20 Apr 2023 10:37:53 +0200 Subject: [PATCH] doc: update USE_PSA_CRYPTO description Signed-off-by: valerio --- include/mbedtls/mbedtls_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 89d565971..ab4b83b36 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -1931,7 +1931,8 @@ * break backwards compatibility. * * \warning If you enable this option, you need to call `psa_crypto_init()` - * before calling any function from the SSL/TLS, X.509 or PK modules. + * before calling any function from the SSL/TLS, X.509 or PK modules, except + * for the various mbedtls_xxx_init() functions which can be called at any time. * * \note An important and desirable effect of this option is that it allows * PK, X.509 and TLS to take advantage of PSA drivers. For example, enabling