]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc: correct the SSL_CTX_set_info_callback(3) manual page
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>
Fri, 29 Sep 2023 13:31:37 +0000 (15:31 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 2 Oct 2023 12:13:08 +0000 (14:13 +0200)
commit487ab95f32221977d598eb30bb13a84657f1a2a0
tree4f7be783ef4b8f98e1f64de299ed1d81ca68c030
parentc67a1988fcf8fe34b1d31e29849f2528d553dd66
doc: correct the SSL_CTX_set_info_callback(3) manual page

The info callback is not prototyped correctly, and the code
example fails to compile because of const-incorrectness.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22224)

(cherry picked from commit 92986c0be56bc8bf9c414dab59d4f1e128f1e843)
doc/man3/SSL_CTX_set_info_callback.pod