diff options
author | bcook <> | 2016-11-05 18:30:02 +0000 |
---|---|---|
committer | bcook <> | 2016-11-05 18:30:02 +0000 |
commit | 22a68bda8ea9b4df72c7dcd761ba4425920e01b5 (patch) | |
tree | 1cba4e3187b07275080692228bf9e4bbdc072f41 /src | |
parent | b03b65ec03c426c16dcb62ca906cd0bc7a3aef8c (diff) | |
download | openbsd-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.3 | 4 |
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 *" |