mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 04:20:45 +00:00
Fix typo in ssl session cache documentation
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
78196e366f
commit
9caed14a21
@ -642,7 +642,7 @@ typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item;
|
|||||||
* \param session The address of the session structure to populate.
|
* \param session The address of the session structure to populate.
|
||||||
* It is initialized with mbdtls_ssl_session_init(),
|
* It is initialized with mbdtls_ssl_session_init(),
|
||||||
* and the callback must always leave it in a state
|
* and the callback must always leave it in a state
|
||||||
* where it can savely be freed via
|
* where it can safely be freed via
|
||||||
* mbedtls_ssl_session_free() independent of the
|
* mbedtls_ssl_session_free() independent of the
|
||||||
* return code of this function.
|
* return code of this function.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user