summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/OCSP_cert_to_id.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OCSP_cert_to_id.3 b/src/lib/libcrypto/man/OCSP_cert_to_id.3
index 3790627d1c..2b8c23715f 100644
--- a/src/lib/libcrypto/man/OCSP_cert_to_id.3
+++ b/src/lib/libcrypto/man/OCSP_cert_to_id.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OCSP_cert_to_id.3,v 1.8 2018/05/13 14:20:13 schwarze Exp $ 1.\" $OpenBSD: OCSP_cert_to_id.3,v 1.9 2018/08/24 20:04:10 tb 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 is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: May 13 2018 $ 68.Dd $Mdocdate: August 24 2018 $
69.Dt OCSP_CERT_TO_ID 3 69.Dt OCSP_CERT_TO_ID 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -86,8 +86,8 @@
86.Ft OCSP_CERTID * 86.Ft OCSP_CERTID *
87.Fo OCSP_cert_to_id 87.Fo OCSP_cert_to_id
88.Fa "const EVP_MD *dgst" 88.Fa "const EVP_MD *dgst"
89.Fa "X509 *subject" 89.Fa "const X509 *subject"
90.Fa "X509 *issuer" 90.Fa "const X509 *issuer"
91.Fc 91.Fc
92.Ft OCSP_CERTID * 92.Ft OCSP_CERTID *
93.Fo OCSP_cert_id_new 93.Fo OCSP_cert_id_new