]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
use LHASH_OF(TYPE) macro to make the example consistent with the declaration in ssl.h
authorEasySec <easy.sec@free.fr>
Tue, 7 Apr 2020 14:59:47 +0000 (16:59 +0200)
committerPauli <pauli@openssl.org>
Wed, 12 May 2021 04:50:15 +0000 (14:50 +1000)
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11481)

doc/man3/SSL_CTX_sessions.pod

index 5c28ebc2728ae538a7cd873e924ff418c72e6546..0347b700f4b14267311143f768ca20d5e4ade045 100644 (file)
@@ -8,7 +8,7 @@ SSL_CTX_sessions - access internal session cache
 
  #include <openssl/ssl.h>
 
struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx);
LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
 
 =head1 DESCRIPTION