From 81ecc37372863e1478d7bb93f794a6261924286e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 27 Feb 2026 10:16:20 +0100 Subject: [PATCH] PK: clarify comment about key export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- library/pk_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/pk_internal.h b/library/pk_internal.h index 202f011ea3..ab42a0b624 100644 --- a/library/pk_internal.h +++ b/library/pk_internal.h @@ -53,6 +53,7 @@ * then we export keys on the stack, and otherwise we use the heap. * * RSA can either be used directly or indirectly via opaque keys if enabled. + * (RSA_ALT is not relevant here as we can't export from such contexts.) */ #if !defined(MBEDTLS_RSA_C) && \ !(defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY))