[#OSSL_CRMF_MSG_set1_regInfo_certReq] = OSSL_CRMF_MSG_set1_regInfo_certReq :mrdocs: Add a copy of a certReq regInfo value to a CRMF CertReqMsg. == Synopsis Declared in `<openssl/crmf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CRMF_MSG_set1_regInfo_certReq( xref:OSSL_CRMF_MSG.adoc[OSSL_CRMF_MSG]* msg, xref:OSSL_CRMF_CERTREQUEST.adoc[OSSL_CRMF_CERTREQUEST] const* cr); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | CertReqMsg to update. | *cr* | CertRequest value to copy; see RFC 4211 section 7.2. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#