mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix typos, grammar and wording in documentation
This commit is contained in:
committed by
Jarno Lamsa
parent
ac87e28bb2
commit
6d8f128790
@ -11286,7 +11286,7 @@ int mbedtls_ssl_context_save( mbedtls_ssl_context *ssl,
|
||||
size_t buf_len,
|
||||
size_t *olen )
|
||||
{
|
||||
/* Unimplemented yet */
|
||||
/* Unimplemented */
|
||||
(void) ssl;
|
||||
|
||||
if( buf != NULL )
|
||||
@ -11304,7 +11304,7 @@ int mbedtls_ssl_context_load( mbedtls_ssl_context *ssl,
|
||||
const unsigned char *buf,
|
||||
size_t len )
|
||||
{
|
||||
/* Unimplemented yet */
|
||||
/* Unimplemented */
|
||||
(void) ssl;
|
||||
(void) buf;
|
||||
(void) len;
|
||||
|
Reference in New Issue
Block a user