[#OSSL_CMP_MSG_update_recipNonce] = OSSL_CMP_MSG_update_recipNonce :mrdocs: Copy the context senderNonce into a CMP message recipNonce field. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_MSG_update_recipNonce( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG]* msg); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context supplying the nonce. | *msg* | Outgoing CMP message whose header is updated. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#