VirtualBox

Changeset 84166 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
May 6, 2020 3:37:34 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137770
Message:

IPRT: PEM writer functions. [build fix] bugref:9699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/x509.h

    r84163 r84166  
    10351035
    10361036/** Wrapper around RTCrPemWriteAsn1ToVfsIoStrm().  */
    1037 DECLINLINE(int) RTCrX509Certificate_WriteToVfsIoStrm(RTVFSIOSTREAM hVfsIos, PRTCRX509CERTIFICATE pCertificate, PRTERRINFO pErrInfo)
     1037DECLINLINE(ssize_t) RTCrX509Certificate_WriteToVfsIoStrm(RTVFSIOSTREAM hVfsIos, PRTCRX509CERTIFICATE pCertificate,
     1038                                                         PRTERRINFO pErrInfo)
    10381039{
    10391040    return RTCrPemWriteAsn1ToVfsIoStrm(hVfsIos, &pCertificate->SeqCore.Asn1Core, 0 /*fFlags*/,
     
    10421043
    10431044/** Wrapper around RTCrPemWriteAsn1ToVfsFile().  */
    1044 DECLINLINE(int) RTCrX509Certificate_WriteToVfsFile(RTVFSFILE hVfsFile, PRTCRX509CERTIFICATE pCertificate, PRTERRINFO pErrInfo)
     1045DECLINLINE(ssize_t) RTCrX509Certificate_WriteToVfsFile(RTVFSFILE hVfsFile, PRTCRX509CERTIFICATE pCertificate,
     1046                                                       PRTERRINFO pErrInfo)
    10451047{
    10461048    return RTCrPemWriteAsn1ToVfsFile(hVfsFile, &pCertificate->SeqCore.Asn1Core, 0 /*fFlags*/,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette