summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2016-05-09 13:48:57 +0000
committerjsing <>2016-05-09 13:48:57 +0000
commit059bdeefa8956dc4f37fc8496d5a5886a44f630c (patch)
treefcee09d696e35fde1c0885968632b20fb030d939 /src
parent73eeb757dad6123971edda029d185e4daa632c91 (diff)
downloadopenbsd-059bdeefa8956dc4f37fc8496d5a5886a44f630c.tar.gz
openbsd-059bdeefa8956dc4f37fc8496d5a5886a44f630c.tar.bz2
openbsd-059bdeefa8956dc4f37fc8496d5a5886a44f630c.zip
Fix mangled function signatures.
From Carlin Bingham <cb at viennan dot net>, thanks!
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index 94aaab76a7..3c23cda63e 100644
--- a/src/lib/libtls/tls_init.3
+++ b/src/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_init.3,v 1.59 2016/04/28 18:27:51 jmc Exp $ 1.\" $OpenBSD: tls_init.3,v 1.60 2016/05/09 13:48:57 jsing Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 28 2016 $ 17.Dd $Mdocdate: May 9 2016 $
18.Dt TLS_INIT 3 18.Dt TLS_INIT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -78,10 +78,10 @@
78.Ft "int" 78.Ft "int"
79.Fn tls_init "void" 79.Fn tls_init "void"
80.Ft "const char *" 80.Ft "const char *"
81.Fn tls_config_error "struct tls *config" 81.Fn tls_config_error "struct tls_config *config"
82.Ft "struct tls_config *"
83.Fn tls_error "struct tls *ctx"
84.Ft "const char *" 82.Ft "const char *"
83.Fn tls_error "struct tls *ctx"
84.Ft "struct tls_config *"
85.Fn tls_config_new "void" 85.Fn tls_config_new "void"
86.Ft "void" 86.Ft "void"
87.Fn tls_config_free "struct tls_config *config" 87.Fn tls_config_free "struct tls_config *config"