summaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2023-03-10 15:21:05 +0100
committerTomas Mraz <tomas@openssl.org>2023-03-21 10:57:24 +0100
commitf42d6b7ae62a2b2914b144153af56096f9b4a6d5 (patch)
treef112ca0d429e585b67fa15ec65c723ecbd1f9e88 /include/openssl
parent4b738c1ac945a3f1a985df79ff8c37a23d2f2fe0 (diff)
downloadopenssl-new-f42d6b7ae62a2b2914b144153af56096f9b4a6d5.tar.gz
nit: tidy-up code, and fix a typo.
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)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/cmp.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/cmp.h.in b/include/openssl/cmp.h.in
index ea45c60548..0ac7f5b040 100644
--- a/include/openssl/cmp.h.in
+++ b/include/openssl/cmp.h.in
@@ -329,8 +329,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
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);
+int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
+ const unsigned char *sec, const int len);
/* CMP message header and extra certificates: */
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);