mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Manually merge doc fixes from 1.3
This commit is contained in:
parent
0ece0f94f2
commit
eecb43cf0b
5 changed files with 14 additions and 8 deletions
|
|
@ -449,7 +449,7 @@ int mbedtls_x509_get_name( unsigned char **p, const unsigned char *end,
|
|||
if( *p == end_set )
|
||||
break;
|
||||
|
||||
/* Mark this item as being only one in a set */
|
||||
/* Mark this item as being no the only one in a set */
|
||||
cur->next_merged = 1;
|
||||
|
||||
cur->next = mbedtls_malloc( sizeof( mbedtls_x509_name ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue