summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-01 15:36:38 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commit6b13bd1dc236126644ee91b0b52ee00d1e6347ea (patch)
tree2f085f2e7ba771fffff44f76b9ea4392bc97a6ff
parent56f3f714ef3f347898706826daae56eb4b2682ed (diff)
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>
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
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)
{