From: EasySec Date: Tue, 7 Apr 2020 14:59:47 +0000 (+0200) Subject: use LHASH_OF(TYPE) macro to make the example consistent with the declaration in ssl.h X-Git-Tag: openssl-3.0.0-alpha17~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8975b76efa73dfb68780f5e5751424ec5e427bdc;p=thirdparty%2Fopenssl.git use LHASH_OF(TYPE) macro to make the example consistent with the declaration in ssl.h Reviewed-by: Ben Kaduk Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11481) --- diff --git a/doc/man3/SSL_CTX_sessions.pod b/doc/man3/SSL_CTX_sessions.pod index 5c28ebc2728..0347b700f4b 100644 --- a/doc/man3/SSL_CTX_sessions.pod +++ b/doc/man3/SSL_CTX_sessions.pod @@ -8,7 +8,7 @@ SSL_CTX_sessions - access internal session cache #include - struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx); + LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); =head1 DESCRIPTION