From 56e71d4d1a372d33b5ba96ea307288cd3893be50 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 8 Apr 2022 15:12:42 +0200 Subject: [PATCH] Update documentation of mbedtls_pk_setup_opaque() Signed-off-by: Neil Armstrong --- library/pk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pk.c b/library/pk.c index 9b16eca9d..0f465cdb4 100644 --- a/library/pk.c +++ b/library/pk.c @@ -703,7 +703,7 @@ mbedtls_pk_type_t mbedtls_pk_get_type( const mbedtls_pk_context *ctx ) * Load the key to a PSA key slot, * then turn the PK context into a wrapper for that key slot. * - * Currently only works for EC private keys. + * Currently only works for EC & RSA private keys. */ int mbedtls_pk_wrap_as_opaque( mbedtls_pk_context *pk, mbedtls_svc_key_id_t *key,