From a74295fb526f3d6ac1468e6ef46212200db80418 Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Mon, 7 Jun 2021 11:30:55 +0200 Subject: [PATCH] Remove outdated note about direct manipulation of private members. Signed-off-by: Mateusz Starzyk --- include/mbedtls/rsa.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h index 08db213f45..d3b695ea13 100644 --- a/include/mbedtls/rsa.h +++ b/include/mbedtls/rsa.h @@ -82,10 +82,6 @@ extern "C" { /** * \brief The RSA context structure. - * - * \note Direct manipulation of the members of this structure - * is deprecated. All manipulation should instead be done through - * the public interface functions. */ typedef struct mbedtls_rsa_context {