]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update documentation for SSL_SESSION_set_time_ex()
authorChristopher Triantafilis <christophertriantafilis@gmail.com>
Thu, 10 Oct 2024 20:14:01 +0000 (16:14 -0400)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Oct 2024 10:20:24 +0000 (12:20 +0200)
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)

doc/man3/SSL_SESSION_get_time.pod

index 38ef35cd34c276e934deb99d1215d16014a510f0..f91fa8445fd17646c85efcb3c4f59556d49f85e6 100644 (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.