fix comments for sig_algs parser

Change-Id: I68bd691c4b67fb18ff9d55ead34f5517b1b981de
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2021-08-17 18:25:48 +08:00
parent 7899de839c
commit 7276f13c93
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -2205,7 +2205,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;