[Bug 1145305] Re: SSL_CTX_set_session_cache_mode man page gives incorrect signature
Adrien Nader
1145305 at bugs.launchpad.net
Fri May 12 20:17:47 UTC 2023
*** This bug is a duplicate of bug 1147526 ***
https://bugs.launchpad.net/bugs/1147526
I've copied this to #1147526 and I'm going to mark this one as duplicate
of it.
** This bug has been marked a duplicate of bug 1147526
man page for SSL_CTX_set_info_callback gives incorrect signature
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1145305
Title:
SSL_CTX_set_session_cache_mode man page gives incorrect signature
Status in openssl package in Ubuntu:
New
Bug description:
The man page for SSL_CTX_set_session_cache_mode gives its signature
as:
long SSL_CTX_set_session_cache_mode(SSL_CTX ctx, long mode);
The correct signature is:
long SSL_CTX_set_session_cache_mode(SSL_CTX *ctx, long mode);
The same goes for SSL_CTX_get_session_cache_mode, documented in the
same manual page.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1145305/+subscriptions
More information about the foundations-bugs
mailing list