summaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/man3/d2i_DHparams.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/man3/d2i_DHparams.pod')
-rw-r--r--crypto/openssl/doc/man3/d2i_DHparams.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/doc/man3/d2i_DHparams.pod b/crypto/openssl/doc/man3/d2i_DHparams.pod
index d4e34fe877fe..5be0c2986e53 100644
--- a/crypto/openssl/doc/man3/d2i_DHparams.pod
+++ b/crypto/openssl/doc/man3/d2i_DHparams.pod
@@ -8,7 +8,7 @@ d2i_DHparams, i2d_DHparams - PKCS#3 DH parameter functions
#include <openssl/dh.h>
- DH *d2i_DHparams(DH **a, unsigned char **pp, long length);
+ DH *d2i_DHparams(DH **a, const unsigned char **pp, long length);
int i2d_DHparams(DH *a, unsigned char **pp);
=head1 DESCRIPTION
@@ -32,7 +32,7 @@ L<d2i_X509(3)>
=head1 COPYRIGHT
-Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy