summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2015-10-16 13:48:44 +0000
committerjsing <>2015-10-16 13:48:44 +0000
commit878885356489bfba43c7a03c8557c498fa94e9b6 (patch)
tree5bdc1d9223194c7cf3b2b1ed1d3f8ad92a86a219 /src
parentf0b05bb3d0f97327cdd196243c75d99b2a3e6ee6 (diff)
downloadopenbsd-878885356489bfba43c7a03c8557c498fa94e9b6.tar.gz
openbsd-878885356489bfba43c7a03c8557c498fa94e9b6.tar.bz2
openbsd-878885356489bfba43c7a03c8557c498fa94e9b6.zip
Fix tpyo.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index f88dd5cd28..81047ba793 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.51 2015/10/08 07:22:02 jmc Exp $ 1.\" $OpenBSD: tls_init.3,v 1.52 2015/10/16 13:48:44 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: October 8 2015 $ 17.Dd $Mdocdate: October 16 2015 $
18.Dt TLS_INIT 3 18.Dt TLS_INIT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -470,7 +470,7 @@ connected to
470will only succeed after the handshake is complete. 470will only succeed after the handshake is complete.
471.Em (Server and client) 471.Em (Server and client)
472.It 472.It
473.Fn tls_config_verify_client_opional 473.Fn tls_config_verify_client_optional
474enables client certificate verification, without requiring the client 474enables client certificate verification, without requiring the client
475to send a certificate. 475to send a certificate.
476.Em (Server) 476.Em (Server)