Update documentation for SSL_SESSION_set_time_ex()

Fixes #24322

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25665)
This commit is contained in:
Christopher Triantafilis 2024-10-10 16:14:01 -04:00 committed by Tomas Mraz
parent 2c536c8b15
commit f1607c8a2c

View File

@ -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.