VirtualBox

Changeset 59670 in vbox


Ignore:
Timestamp:
Feb 15, 2016 1:59:07 AM (9 years ago)
Author:
vboxsync
Message:

IPRT: Added RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.

Location:
trunk
Files:
1 added
3 edited

Legend:

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

    r57613 r59670  
    153153RTDECL(int) RTCrStoreCreateSnapshotById(PRTCRSTORE phStore, RTCRSTOREID enmStoreId, PRTERRINFO pErrInfo);
    154154
     155RTDECL(int) RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts(PRTCRSTORE phStore, PRTERRINFO pErrInfo);
     156
    155157RTDECL(int) RTCrStoreCreateInMem(PRTCRSTORE phStore, uint32_t cSizeHint);
    156158
  • trunk/include/iprt/mangling.h

    r59663 r59670  
    32183218# define RTCrStoreCreateInMem                           RT_MANGLER(RTCrStoreCreateInMem)
    32193219# define RTCrStoreCreateSnapshotById                    RT_MANGLER(RTCrStoreCreateSnapshotById)
     3220# define RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts RT_MANGLER(RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts)
    32203221# define RTCrStoreCertAddFromDir                        RT_MANGLER(RTCrStoreCertAddFromDir)
    32213222# define RTCrStoreCertAddFromFile                       RT_MANGLER(RTCrStoreCertAddFromFile)
  • trunk/src/VBox/Runtime/Makefile.kmk

    r59620 r59670  
    378378        common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp \
    379379        common/crypto/RTCrStoreCertExportAsPem.cpp \
     380        common/crypto/RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.cpp \
    380381        common/dbg/dbg.cpp \
    381382        common/dbg/dbgas.cpp \
Note: See TracChangeset for help on using the changeset viewer.

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