[Bug 1145305] [NEW] SSL_CTX_set_session_cache_mode man page gives incorrect signature
Jean-Paul Calderone
exarkun at twistedmatrix.com
Mon Mar 4 21:52:04 UTC 2013
Public bug reported:
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.
** Affects: openssl (Ubuntu)
Importance: Undecided
Status: New
--
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