diff options
Diffstat (limited to 'src/lib/libtls/man/tls_init.3')
-rw-r--r-- | src/lib/libtls/man/tls_init.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index f06a966255..7c461cbcb7 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/lib/libtls/man/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.5 2017/02/20 16:01:15 jmc Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.6 2017/04/27 20:41:08 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> |
@@ -16,7 +16,7 @@ | |||
16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: February 20 2017 $ | 19 | .Dd $Mdocdate: April 27 2017 $ |
20 | .Dt TLS_INIT 3 | 20 | .Dt TLS_INIT 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -100,6 +100,11 @@ and then freed by calling | |||
100 | When no more contexts are to be created, | 100 | When no more contexts are to be created, |
101 | the configuration object should be freed by calling | 101 | the configuration object should be freed by calling |
102 | .Fn tls_config_free . | 102 | .Fn tls_config_free . |
103 | If | ||
104 | .Fa config | ||
105 | is | ||
106 | .Dv NULL , | ||
107 | no action occurs. | ||
103 | .Sh RETURN VALUES | 108 | .Sh RETURN VALUES |
104 | .Fn tls_init | 109 | .Fn tls_init |
105 | returns 0 on success or -1 on error. | 110 | returns 0 on success or -1 on error. |