Fix comment about return value of ct_extract_tls_extension_scts
authorRob Percival <robpercival@google.com>
Mon, 1 Aug 2016 14:36:38 +0000 (15:36 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 12:58:19 +0000 (13:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/ssl_lib.c

index 3347191f171ca943c6c50d8f4dcf48a0105f10d3..bd0fbf8101bf6f3be2d67358b38a9af4914cb6f4 100644 (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)
 {