mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
fix comments for sig_algs parser
Change-Id: I68bd691c4b67fb18ff9d55ead34f5517b1b981de Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
7899de839c
commit
7276f13c93
2 changed files with 2 additions and 2 deletions
|
|
@ -1482,7 +1482,7 @@ int main( int argc, char *argv[] )
|
|||
p = (char *) opt.sig_algs;
|
||||
i = 0;
|
||||
|
||||
/* Leave room for a final NULL in signature algorithm list */
|
||||
/* Leave room for a final MBEDTLS_TLS13_SIG_NONE in signature algorithm list(sig_alg_list) */
|
||||
while( i < SIG_ALG_LIST_SIZE - 1 && *p != '\0' )
|
||||
{
|
||||
q = p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue