SSL_CTX_set_session_cache_mode man page gives incorrect signature

Bug #1145305 reported by Jean-Paul Calderone
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openssl (Ubuntu)
New
Undecided
Unassigned

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.

Revision history for this message
Jean-Paul Calderone (exarkun) wrote :

Same bug in the SSL_CTX_add_extra_chain_cert manual page.

Revision history for this message
Adrien Nader (adrien) wrote :

I've copied this to #1147526 and I'm going to mark this one as duplicate of it.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.