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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b13bd1dc236126644ee91b0b52ee00d1e6347ea;p=thirdparty%2Fopenssl.git 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 3347191f171..bd0fbf8101b 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) {