[#OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo] = OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo :mrdocs: Return the pkiPublicationInfo regCtrl from a CRMF CertReqMsg, if present. == Synopsis Declared in `<openssl/crmf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CRMF_PKIPUBLICATIONINFO.adoc[OSSL_CRMF_PKIPUBLICATIONINFO]* OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo(xref:OSSL_CRMF_MSG.adoc[OSSL_CRMF_MSG] const* msg); ---- == Return Value Internal PKIPublicationInfo pointer, or NULL if absent; see RFC 4211 section 6.3. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | CertReqMsg to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#