X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fssl_lib.c;h=bd0fbf8101bf6f3be2d67358b38a9af4914cb6f4;hb=f7358595369fe08c26c95d37394f16be503524cf;hp=3347191f171ca943c6c50d8f4dcf48a0105f10d3;hpb=a230b26e0959dc5f072fbbdadcc9ed45e904c50c;p=oweals%2Fopenssl.git 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) {