From 9b522e4be322cf6820e3e54017106b75db54b375 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 13 May 2018 14:20:13 +0000 Subject: In ocsp.h rev. 1.14 2018/05/13 10:30:52, tb@ added const qualifiers to the arguments of OCSP_cert_id_new(3). Adjust the manual. --- src/lib/libcrypto/man/OCSP_cert_to_id.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/OCSP_cert_to_id.3 b/src/lib/libcrypto/man/OCSP_cert_to_id.3 index 0ccb4412df..3790627d1c 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 @@ -.\" $OpenBSD: OCSP_cert_to_id.3,v 1.7 2018/03/22 21:08:22 schwarze Exp $ +.\" $OpenBSD: OCSP_cert_to_id.3,v 1.8 2018/05/13 14:20:13 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2018 $ +.Dd $Mdocdate: May 13 2018 $ .Dt OCSP_CERT_TO_ID 3 .Os .Sh NAME @@ -92,9 +92,9 @@ .Ft OCSP_CERTID * .Fo OCSP_cert_id_new .Fa "const EVP_MD *dgst" -.Fa "X509_NAME *issuerName" -.Fa "ASN1_BIT_STRING *issuerKey" -.Fa "ASN1_INTEGER *serialNumber" +.Fa "const X509_NAME *issuerName" +.Fa "const ASN1_BIT_STRING *issuerKey" +.Fa "const ASN1_INTEGER *serialNumber" .Fc .Ft int .Fo OCSP_id_issuer_cmp -- cgit v1.2.3-55-g6feb