[#OSSL_CMP_CTX_push0_policy] = OSSL_CMP_CTX_push0_policy :mrdocs: Append a certificate policy to the template policy extension. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_push0_policy( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:POLICYINFO.adoc[POLICYINFO]* pinfo); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *pinfo* | PolicyInformation to append; ownership transfers to the context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#