diff options
author | schwarze <> | 2019-06-12 09:36:30 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-12 09:36:30 +0000 |
commit | cf1a7ef7d544fdc455432c5b1ec7c2e9550b7ce6 (patch) | |
tree | 166fb4ffe0990f771cd91c9083e83f3eb484b1cf /src/lib/libssl/man/SSL_get_server_tmp_key.3 | |
parent | 51eeb7ff1e9ea33451d6369eff4a51f7eaa5e93b (diff) | |
download | openbsd-cf1a7ef7d544fdc455432c5b1ec7c2e9550b7ce6.tar.gz openbsd-cf1a7ef7d544fdc455432c5b1ec7c2e9550b7ce6.tar.bz2 openbsd-cf1a7ef7d544fdc455432c5b1ec7c2e9550b7ce6.zip |
add missing backlinks to ssl(3)
Diffstat (limited to 'src/lib/libssl/man/SSL_get_server_tmp_key.3')
-rw-r--r-- | src/lib/libssl/man/SSL_get_server_tmp_key.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_get_server_tmp_key.3 b/src/lib/libssl/man/SSL_get_server_tmp_key.3 index 6bd102e863..aeeb358240 100644 --- a/src/lib/libssl/man/SSL_get_server_tmp_key.3 +++ b/src/lib/libssl/man/SSL_get_server_tmp_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_get_server_tmp_key.3,v 1.3 2018/03/24 00:55:37 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_get_server_tmp_key.3,v 1.4 2019/06/12 09:36:30 schwarze Exp $ |
2 | .\" OpenSSL SSL_get_server_tmp_key.pod 508fafd8 Apr 3 15:41:21 2017 +0100 | 2 | .\" OpenSSL SSL_get_server_tmp_key.pod 508fafd8 Apr 3 15:41:21 2017 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org> | 4 | .\" This file was written by Matt Caswell <matt@openssl.org> |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 24 2018 $ | 51 | .Dd $Mdocdate: June 12 2019 $ |
52 | .Dt SSL_GET_SERVER_TMP_KEY 3 | 52 | .Dt SSL_GET_SERVER_TMP_KEY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -81,6 +81,7 @@ This function is implemented as a macro. | |||
81 | returns 1 on success or 0 on failure. | 81 | returns 1 on success or 0 on failure. |
82 | .Sh SEE ALSO | 82 | .Sh SEE ALSO |
83 | .Xr EVP_PKEY_free 3 , | 83 | .Xr EVP_PKEY_free 3 , |
84 | .Xr ssl 3 , | ||
84 | .Xr SSL_ctrl 3 | 85 | .Xr SSL_ctrl 3 |
85 | .Sh HISTORY | 86 | .Sh HISTORY |
86 | .Fn SSL_get_server_tmp_key | 87 | .Fn SSL_get_server_tmp_key |