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:
parent
2c536c8b15
commit
f1607c8a2c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user