Home
last modified time | relevance | path

Searched refs:num_of_alias_max (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c1208 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; in STACK_OF() local
1312 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; in STACK_OF()
1313 ca_list = reallocarray(NULL, num_of_alias_max, sizeof(SSL_CIPHER *)); in STACK_OF()