summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2016-11-05 18:30:02 +0000
committerbcook <>2016-11-05 18:30:02 +0000
commit22a68bda8ea9b4df72c7dcd761ba4425920e01b5 (patch)
tree1cba4e3187b07275080692228bf9e4bbdc072f41 /src
parentb03b65ec03c426c16dcb62ca906cd0bc7a3aef8c (diff)
downloadopenbsd-22a68bda8ea9b4df72c7dcd761ba4425920e01b5.tar.gz
openbsd-22a68bda8ea9b4df72c7dcd761ba4425920e01b5.tar.bz2
openbsd-22a68bda8ea9b4df72c7dcd761ba4425920e01b5.zip
fix misplaced quote by tls_peer_ocsp_this_update
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index 144b1327c7..dd167faa54 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.79 2016/11/05 15:45:41 jmc Exp $ 1.\" $OpenBSD: tls_init.3,v 1.80 2016/11/05 18:30:02 bcook Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -193,7 +193,7 @@
193.Ft "time_t" 193.Ft "time_t"
194.Fn tls_peer_ocsp_revocation_time "struct tls *ctx" 194.Fn tls_peer_ocsp_revocation_time "struct tls *ctx"
195.Ft "time_t" 195.Ft "time_t"
196.Fn tls_peer_ocsp_this_update" struct tls *ctx" 196.Fn tls_peer_ocsp_this_update "struct tls *ctx"
197.Ft "const char *" 197.Ft "const char *"
198.Fn tls_peer_ocsp_url "struct tls *ctx" 198.Fn tls_peer_ocsp_url "struct tls *ctx"
199.Ft "const char *" 199.Ft "const char *"