From 7e3bb11deae929ede0edfffa60cf9dc2d6be0b51 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Aug 2018 20:04:10 +0000 Subject: Document const change for OCSP_cert_to_id() ok jsing --- src/lib/libcrypto/man/OCSP_cert_to_id.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 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 @@ -.\" $OpenBSD: OCSP_cert_to_id.3,v 1.8 2018/05/13 14:20:13 schwarze Exp $ +.\" $OpenBSD: OCSP_cert_to_id.3,v 1.9 2018/08/24 20:04:10 tb 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: May 13 2018 $ +.Dd $Mdocdate: August 24 2018 $ .Dt OCSP_CERT_TO_ID 3 .Os .Sh NAME @@ -86,8 +86,8 @@ .Ft OCSP_CERTID * .Fo OCSP_cert_to_id .Fa "const EVP_MD *dgst" -.Fa "X509 *subject" -.Fa "X509 *issuer" +.Fa "const X509 *subject" +.Fa "const X509 *issuer" .Fc .Ft OCSP_CERTID * .Fo OCSP_cert_id_new -- cgit v1.2.3-55-g6feb