diff options
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_REQUEST_new.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_REQUEST_new.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/OCSP_REQUEST_new.3 b/src/lib/libcrypto/man/OCSP_REQUEST_new.3 index dd08b7c2ca..99240502e6 100644 --- a/src/lib/libcrypto/man/OCSP_REQUEST_new.3 +++ b/src/lib/libcrypto/man/OCSP_REQUEST_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OCSP_REQUEST_new.3,v 1.1 2016/11/27 20:40:07 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_REQUEST_new.3,v 1.2 2016/11/30 20:54:25 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: November 27 2016 $ | 51 | .Dd $Mdocdate: November 30 2016 $ |
52 | .Dt OCSP_REQUEST_NEW 3 | 52 | .Dt OCSP_REQUEST_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -58,7 +58,7 @@ | |||
58 | .Nm OCSP_request_sign , | 58 | .Nm OCSP_request_sign , |
59 | .Nm OCSP_request_add1_cert , | 59 | .Nm OCSP_request_add1_cert , |
60 | .Nm OCSP_request_onereq_count , | 60 | .Nm OCSP_request_onereq_count , |
61 | .Nm OCSP_request_onereq_get0 , | 61 | .Nm OCSP_request_onereq_get0 |
62 | .Nd OCSP request functions | 62 | .Nd OCSP request functions |
63 | .Sh SYNOPSIS | 63 | .Sh SYNOPSIS |
64 | .In openssl/ocsp.h | 64 | .In openssl/ocsp.h |
@@ -206,8 +206,8 @@ returns a pointer to an | |||
206 | .Vt OCSP_ONEREQ | 206 | .Vt OCSP_ONEREQ |
207 | structure or | 207 | structure or |
208 | .Dv NULL | 208 | .Dv NULL |
209 | if the index value is out or range. | 209 | if the index value is out of range. |
210 | .Sh EXAMPLE | 210 | .Sh EXAMPLES |
211 | Create an | 211 | Create an |
212 | .Vt OCSP_REQUEST | 212 | .Vt OCSP_REQUEST |
213 | structure for certificate | 213 | structure for certificate |