[#OSSL_CRMF_MSG_set_certReqId] = OSSL_CRMF_MSG_set_certReqId :mrdocs: Set the certReqId field in a CRMF CertReqMsg. == Synopsis Declared in `<openssl/crmf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CRMF_MSG_set_certReqId( xref:OSSL_CRMF_MSG.adoc[OSSL_CRMF_MSG]* crm, int rid); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *crm* | CertReqMsg to update. | *rid* | Certificate request ID as a nonnegative integer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#