Commit 6b13bd1d authored by Rob Percival's avatar Rob Percival Committed by Matt Caswell
Browse files

Fix comment about return value of ct_extract_tls_extension_scts

parent 56f3f714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{