X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_SESSION_get0_hostname.pod;h=f0f02d32a2d5b67809ff9059c75f84dbd53c1897;hp=642daaa531e2a297dc90e2e7ae15ff500d7f56c2;hb=0ef2802165706016698d6984dfcb2980881f18e5;hpb=57dee9bb684268aa434a2bfe7ff4743a14a62ff0;ds=sidebyside diff --git a/doc/man3/SSL_SESSION_get0_hostname.pod b/doc/man3/SSL_SESSION_get0_hostname.pod index 642daaa531..f0f02d32a2 100644 --- a/doc/man3/SSL_SESSION_get0_hostname.pod +++ b/doc/man3/SSL_SESSION_get0_hostname.pod @@ -37,8 +37,9 @@ session and its associated length in bytes. The returned value of B<*alpn> is a pointer to memory maintained within B and should not be free'd. SSL_SESSION_set1_alpn_selected() sets the ALPN protocol for this session to the -value in B<*alpn> which should be of length B bytes. A copy of this value -is taken. +value in B which should be of length B bytes. A copy of the input +value is made, and the caller retains ownership of the memory pointed to by +B. =head1 SEE ALSO