summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2023-04-14 13:09:01 +0200
committerDr. David von Oheimb <dev@ddvo.net>2023-04-18 08:16:01 +0200
commit09f30b0c96e39e3a07f8e6854c5468332534c585 (patch)
treebb154440082d4f08aa452c141a82f5fcfe4ce1ce /include
parent25b18e629d5cab40f88b33fd9ecf0d69e08c7707 (diff)
OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and doc
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/20736)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crmf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/crmf.h.in b/include/openssl/crmf.h.in
index 0b359870db..f5fe1ace4e 100644
--- a/include/openssl/crmf.h.in
+++ b/include/openssl/crmf.h.in
@@ -151,7 +151,7 @@ int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
int rid, int acceptRAVerified,
OSSL_LIB_CTX *libctx, const char *propq);
OSSL_CRMF_CERTTEMPLATE *OSSL_CRMF_MSG_get0_tmpl(const OSSL_CRMF_MSG *crm);
-const X509_PUBKEY
+X509_PUBKEY
*OSSL_CRMF_CERTTEMPLATE_get0_publicKey(const OSSL_CRMF_CERTTEMPLATE *tmpl);
const X509_NAME
*OSSL_CRMF_CERTTEMPLATE_get0_subject(const OSSL_CRMF_CERTTEMPLATE *tmpl);