summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
diff options
context:
space:
mode:
authorjsg <>2021-03-12 05:18:00 +0000
committerjsg <>2021-03-12 05:18:00 +0000
commitadbe883d9c725b62862f5935e80c4874c5f0e82f (patch)
tree467ff952c461f642c9ec1546cf18aa9ae48c36ed /src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
parent7a96ea5b5a6bd9d1c199cb3f2b39f58b318330e0 (diff)
downloadopenbsd-adbe883d9c725b62862f5935e80c4874c5f0e82f.tar.gz
openbsd-adbe883d9c725b62862f5935e80c4874c5f0e82f.tar.bz2
openbsd-adbe883d9c725b62862f5935e80c4874c5f0e82f.zip
spelling
Diffstat (limited to 'src/lib/libcrypto/man/d2i_OCSP_REQUEST.3')
-rw-r--r--src/lib/libcrypto/man/d2i_OCSP_REQUEST.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3 b/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
index cc07bd7d61..07a990556d 100644
--- a/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
+++ b/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.2 2018/03/22 21:08:22 schwarze Exp $ 1.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.3 2021/03/12 05:18:00 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@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: March 22 2018 $ 17.Dd $Mdocdate: March 12 2021 $
18.Dt D2I_OCSP_REQUEST 3 18.Dt D2I_OCSP_REQUEST 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -100,7 +100,7 @@
100.Fa "unsigned char **der_out" 100.Fa "unsigned char **der_out"
101.Fc 101.Fc
102.Sh DESCRIPTION 102.Sh DESCRIPTION
103Theses functions decode and encode ASN.1 structures used for OCSP 103These functions decode and encode ASN.1 structures used for OCSP
104requests. 104requests.
105For details about the semantics, examples, caveats, and bugs, see 105For details about the semantics, examples, caveats, and bugs, see
106.Xr ASN1_item_d2i 3 . 106.Xr ASN1_item_d2i 3 .