mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Typos and doc additions
This commit is contained in:
parent
770b5e1e9e
commit
d0fa5ccbb0
6 changed files with 12 additions and 9 deletions
|
|
@ -449,7 +449,7 @@ int 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 not the only one in a set */
|
||||
cur->next_merged = 1;
|
||||
|
||||
cur->next = polarssl_malloc( sizeof( x509_name ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue