From 2a20b8c5ed80b6a1cff68d89990e80e3519096cb Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 22 Feb 2024 14:46:33 +0100 Subject: [PATCH] pk: fix documentation for mbedtls_pk_context structure Signed-off-by: Valerio Setti --- include/mbedtls/pk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/pk.h b/include/mbedtls/pk.h index 919c4084e4..2de1598375 100644 --- a/include/mbedtls/pk.h +++ b/include/mbedtls/pk.h @@ -222,7 +222,7 @@ typedef struct mbedtls_pk_context { void *MBEDTLS_PRIVATE(pk_ctx); /**< Underlying public key context */ /* The following field is used to store the ID of a private key in the * following cases: - * - opaque key when MBEDTLS_USE_PSA_CRYPTO is defined + * - opaque key when MBEDTLS_PSA_CRYPTO_CLIENT is defined * - normal key when MBEDTLS_PK_USE_PSA_EC_DATA is defined. In this case: * - the pk_ctx above is not not used to store the private key anymore. * Actually that field not populated at all in this case because also