Skip to content

Commit

Permalink
Update documentation for SSL_SESSION_set_time_ex()
Browse files Browse the repository at this point in the history
Fixes openssl#24322

CLA: trivial

Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tom Cosgrove <[email protected]>
(Merged from openssl#25665)
  • Loading branch information
christriants authored and t8m committed Oct 14, 2024
1 parent 2c536c8 commit f1607c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/man3/SSL_SESSION_get_time.pod
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ of the session.
SSL_SESSION_get_time_ex() and SSL_SESSION_get_timeout() return the currently
valid values.

SSL_SESSION_set_time_ex() and SSL_SESSION_set_timeout() return 1 on success.
SSL_SESSION_set_time_ex() returns time on success.

SSL_SESSION_set_timeout() returns 1 on success.

If any of the function is passed the NULL pointer for the session B<s>,
0 is returned.
Expand Down

0 comments on commit f1607c8

Please sign in to comment.