mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 01:09:59 +00:00
tests: ssl: fix typo in comment in test_mbedtls_ssl_get_supported_group_list
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -3591,7 +3591,7 @@ void test_mbedtls_ssl_get_supported_group_list(int iana_group_id, int is_availab
|
|||||||
TEST_EQUAL(found, is_available);
|
TEST_EQUAL(found, is_available);
|
||||||
|
|
||||||
/* Second: check that supported/unsupported property for the specified group is also
|
/* Second: check that supported/unsupported property for the specified group is also
|
||||||
* correctly set in the array initialized by MBEDTLS_SSL_IANA_TLS_GROUP_NONE. */
|
* correctly set in the array initialized by MBEDTLS_SSL_IANA_TLS_GROUP_INFO. */
|
||||||
mbedtls_ssl_iana_tls_group_info_t group_info_table[] = MBEDTLS_SSL_IANA_TLS_GROUPS_INFO;
|
mbedtls_ssl_iana_tls_group_info_t group_info_table[] = MBEDTLS_SSL_IANA_TLS_GROUPS_INFO;
|
||||||
mbedtls_ssl_iana_tls_group_info_t *ptr;
|
mbedtls_ssl_iana_tls_group_info_t *ptr;
|
||||||
for (ptr = &group_info_table[0]; ptr->tls_id != MBEDTLS_SSL_IANA_TLS_GROUP_NONE; ptr++) {
|
for (ptr = &group_info_table[0]; ptr->tls_id != MBEDTLS_SSL_IANA_TLS_GROUP_NONE; ptr++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user