*** 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
Touch seeded packages, 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
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp