Searched refs:flight_len (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libssl/
H A Dssl_lib.c2706 size_t flight_len; local
2709 flight_len = 16384;
2713 return flight_len;
2726 ssl->max_cert_list > flight_len)
2727 flight_len = ssl->max_cert_list;
2733 if (ssl->max_cert_list * 2 > flight_len)
2734 flight_len = ssl->max_cert_list * 2;
2736 return flight_len;
2743 return flight_len;

Completed in 290 milliseconds