diff options
author | 2019-06-12 09:36:30 +0000 | |
---|---|---|
committer | 2019-06-12 09:36:30 +0000 | |
commit | 7a73e66679c6d0781040338da0c59306baa1c3e2 (patch) | |
tree | 5f0851474ca03c9f94d6c8b86672c476aebbca4c /lib/libssl/man/SSL_get_shared_ciphers.3 | |
parent | Do not use $TMUX to find the session because for windows in multiple (diff) | |
download | wireguard-openbsd-7a73e66679c6d0781040338da0c59306baa1c3e2.tar.xz wireguard-openbsd-7a73e66679c6d0781040338da0c59306baa1c3e2.zip |
add missing backlinks to ssl(3)
Diffstat (limited to 'lib/libssl/man/SSL_get_shared_ciphers.3')
-rw-r--r-- | lib/libssl/man/SSL_get_shared_ciphers.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_get_shared_ciphers.3 b/lib/libssl/man/SSL_get_shared_ciphers.3 index 45228921f93..6b75439f868 100644 --- a/lib/libssl/man/SSL_get_shared_ciphers.3 +++ b/lib/libssl/man/SSL_get_shared_ciphers.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_shared_ciphers.3,v 1.3 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_get_shared_ciphers.3,v 1.4 2019/06/12 09:36:30 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: June 12 2019 $ .Dt SSL_GET_SHARED_CIPHERS 3 .Os .Sh NAME @@ -53,6 +53,8 @@ returns .Dv NULL . Otherwise, it returns .Fa buf . +.Sh SEE ALSO +.Xr ssl 3 .Sh HISTORY .Fn SSL_get_shared_ciphers first appeared in SSLeay 0.4.5b and has been available since |