summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2023-03-10 15:16:01 +0100
committerTomas Mraz <tomas@openssl.org>2023-03-21 11:01:06 +0100
commitc309c4dce742c3eeb393a0f03f9c567d0e368ccc (patch)
tree0315ffb3b2eac371d211d0571160be4e3165435e /doc/man3
parenta7f534925cb088e9aff287854636129fcb2c063e (diff)
cmp: fix --strict-warnings windows builds
remove unneeded const qualifier to keep method declaration and definition in sync. Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/20436) (cherry picked from commit 6f792f4d27b47213166e0fa9c9b10a3eab85b8f6)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/OSSL_CMP_CTX_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_CMP_CTX_new.pod b/doc/man3/OSSL_CMP_CTX_new.pod
index fb90437b97..7f3e28ff7f 100644
--- a/doc/man3/OSSL_CMP_CTX_new.pod
+++ b/doc/man3/OSSL_CMP_CTX_new.pod
@@ -112,7 +112,7 @@ OSSL_CMP_CTX_set1_senderNonce
int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
const unsigned char *ref, int len);
int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
- const unsigned char *sec, const int len);
+ const unsigned char *sec, int len);
/* CMP message header and extra certificates: */
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);