Append a SinglePubInfo to a PKIPublicationInfo pubInfos list.
Synopsis
Declared in <openssl/crmf.h>
int
OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo(
OSSL_CRMF_PKIPUBLICATIONINFO* pi,
OSSL_CRMF_SINGLEPUBINFO* spi);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
pi |
PKIPublicationInfo to update. |
spi |
SinglePubInfo to append; ownership is transferred to |
Created with MrDocs