Improve some comment documentation following the extensions refactor
[openssl.git] / ssl / t1_lib.c
index ea876cf135d56e8035f9fec2b8508cb68837bad7..9f617ff3d5797252e768e94e2861bcdb1b058f3d 100644 (file)
@@ -2888,8 +2888,11 @@ int tls_get_ticket_from_client(SSL *s, CLIENTHELLO_MSG *hello,
 }
 
 /*
- * Sets the extended master secret flag is set if the extension is present
- * in the ClientHello
+ * Sets the extended master secret flag if the extension is present in the
+ * ClientHello
+ * Returns:
+ *  1 on success
+ *  0 on error
  */
 int tls_check_client_ems_support(SSL *s, CLIENTHELLO_MSG *hello)
 {