diff options
| author | bcook <> | 2016-11-05 18:30:02 +0000 |
|---|---|---|
| committer | bcook <> | 2016-11-05 18:30:02 +0000 |
| commit | 57b263cd7913400d9ea6948a28ebc3eec9556e0d (patch) | |
| tree | 1cba4e3187b07275080692228bf9e4bbdc072f41 /src | |
| parent | 8522cbd3a651d51aaba5919ffcca3141ac8ea5a3 (diff) | |
| download | openbsd-57b263cd7913400d9ea6948a28ebc3eec9556e0d.tar.gz openbsd-57b263cd7913400d9ea6948a28ebc3eec9556e0d.tar.bz2 openbsd-57b263cd7913400d9ea6948a28ebc3eec9556e0d.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 *" |
