Fix comment about return value of ct_extract_tls_extension_scts

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Rob Percival 2016-08-01 15:36:38 +01:00 committed by Matt Caswell
parent 56f3f714ef
commit 6b13bd1dc2

View file

@ -3931,7 +3931,7 @@ static int ct_move_scts(STACK_OF(SCT) **dst, STACK_OF(SCT) *src,
/*
* Look for data collected during ServerHello and parse if found.
* Return 1 on success, 0 on failure.
* Returns the number of SCTs extracted.
*/
static int ct_extract_tls_extension_scts(SSL *s)
{