[#OSSL_CRMF_MSG_get0_regCtrl_regToken] = OSSL_CRMF_MSG_get0_regCtrl_regToken :mrdocs: Return the regToken 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_regToken(xref:OSSL_CRMF_MSG.adoc[OSSL_CRMF_MSG] const* msg); ---- == Return Value Internal regToken pointer, or NULL if absent. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | CertReqMsg to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#