[Bug 1145305] Re: SSL_CTX_set_session_cache_mode man page gives incorrect signature

Jean-Paul Calderone exarkun at twistedmatrix.com
Mon Mar 4 22:44:36 UTC 2013


Same bug in the SSL_CTX_add_extra_chain_cert manual page.

-- 
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