Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_md
[openssl.git] / 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)
 {