diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-24 20:04:11 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-24 20:04:11 +0000 |
commit | d8ad98af1ba2464b962e32c7eb79ee270ca5451e (patch) | |
tree | cb74c2dbf82df01d429ae763cf6b76b122ecc033 /lib/libcrypto/man | |
parent | 51fec1e9a47b60866d6e00e3ab60b065209d4f59 (diff) |
Document const change for OCSP_cert_to_id()
ok jsing
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/OCSP_cert_to_id.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/OCSP_cert_to_id.3 b/lib/libcrypto/man/OCSP_cert_to_id.3 index 3790627d1c9..2b8c23715f4 100644 --- a/lib/libcrypto/man/OCSP_cert_to_id.3 +++ b/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 |