From: Rob Percival Date: Mon, 1 Aug 2016 14:36:38 +0000 (+0100) Subject: Fix comment about return value of ct_extract_tls_extension_scts X-Git-Tag: OpenSSL_1_1_0~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b13bd1dc236126644ee91b0b52ee00d1e6347ea;p=openssl Fix comment about return value of ct_extract_tls_extension_scts Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 3347191f17..bd0fbf8101 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -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) {