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/OPENSSL_init_ssl.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/OPENSSL_init_ssl.3')
| -rw-r--r-- | src/lib/libssl/man/OPENSSL_init_ssl.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libssl/man/OPENSSL_init_ssl.3 b/src/lib/libssl/man/OPENSSL_init_ssl.3 index 7530dbe4a3..5c9f51fe49 100644 --- a/src/lib/libssl/man/OPENSSL_init_ssl.3 +++ b/src/lib/libssl/man/OPENSSL_init_ssl.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: OPENSSL_init_ssl.3,v 1.2 2018/03/24 00:55:37 schwarze Exp $ | 1 | .\" $OpenBSD: OPENSSL_init_ssl.3,v 1.3 2019/06/12 09:36:30 schwarze Exp $ |
| 2 | .\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> | 2 | .\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> |
| 3 | .\" | 3 | .\" |
| 4 | .\" Permission to use, copy, modify, and distribute this software for any | 4 | .\" Permission to use, copy, modify, and distribute this software for any |
| @@ -13,7 +13,7 @@ | |||
| 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 15 | .\" | 15 | .\" |
| 16 | .Dd $Mdocdate: March 24 2018 $ | 16 | .Dd $Mdocdate: June 12 2019 $ |
| 17 | .Dt OPENSSL_INIT_SSL 3 | 17 | .Dt OPENSSL_INIT_SSL 3 |
| 18 | .Os | 18 | .Os |
| 19 | .Sh NAME | 19 | .Sh NAME |
| @@ -50,7 +50,8 @@ none of the calls except the first one have any effect. | |||
| 50 | is intended to return 1 on success or 0 on error. | 50 | is intended to return 1 on success or 0 on error. |
| 51 | .Sh SEE ALSO | 51 | .Sh SEE ALSO |
| 52 | .Xr CONF_modules_load_file 3 , | 52 | .Xr CONF_modules_load_file 3 , |
| 53 | .Xr OPENSSL_init_crypto 3 | 53 | .Xr OPENSSL_init_crypto 3 , |
| 54 | .Xr ssl 3 | ||
| 54 | .Sh HISTORY | 55 | .Sh HISTORY |
| 55 | .Fn OPENSSL_init_ssl | 56 | .Fn OPENSSL_init_ssl |
| 56 | first appeared in OpenSSL 1.1.0 and has been available since | 57 | first appeared in OpenSSL 1.1.0 and has been available since |
