Loading ssl/ssl_lib.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. * 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) static int ct_extract_tls_extension_scts(SSL *s) { { Loading Loading
ssl/ssl_lib.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. * 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) static int ct_extract_tls_extension_scts(SSL *s) { { Loading