mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Remove outdated note about direct manipulation of private members.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
@@ -82,10 +82,6 @@ extern "C" {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief The RSA context structure.
|
* \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
|
typedef struct mbedtls_rsa_context
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user