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