[#OSSL_CRMF_MSG_set_PKIPublicationInfo_action] = OSSL_CRMF_MSG_set_PKIPublicationInfo_action :mrdocs: Set the publication action in a PKIPublicationInfo. == Synopsis Declared in `<openssl/crmf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CRMF_MSG_set_PKIPublicationInfo_action( xref:OSSL_CRMF_PKIPUBLICATIONINFO.adoc[OSSL_CRMF_PKIPUBLICATIONINFO]* pi, int action); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *pi* | PKIPublicationInfo to update. | *action* | Publication action (OSSL_CRMF_PUB_ACTION_*); see RFC 4211 section 6.3. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#