diff options
Diffstat (limited to 'doc/man3/SSL_get_psk_identity.pod')
-rw-r--r-- | doc/man3/SSL_get_psk_identity.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man3/SSL_get_psk_identity.pod b/doc/man3/SSL_get_psk_identity.pod index 2930a3b6dfaf..c7d6cca29162 100644 --- a/doc/man3/SSL_get_psk_identity.pod +++ b/doc/man3/SSL_get_psk_identity.pod @@ -29,11 +29,15 @@ no PSK identity hint was used during the connection setup. Note that the return value is valid only during the lifetime of the SSL object B<ssl>. +=head1 SEE ALSO + +L<ssl(7)> + =head1 COPYRIGHT Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L<https://www.openssl.org/source/license.html>. |