Changeset 95597 in vbox
- Timestamp:
- Jul 12, 2022 2:26:57 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r95595 r95597 2460 2460 rc = RTCrPkcs7SimpleSignSignedData(RTCRPKCS7SIGN_SD_F_DEATCHED | RTCRPKCS7SIGN_SD_F_NO_SMIME_CAP, 2461 2461 pCertificate, hPrivateKey, pvManifest, (size_t)cbManifest, enmDigestType, 2462 hIntermediateCerts, ,NULL /*pAdditionalAuthenticatedAttribs*/,2462 hIntermediateCerts, NULL /*pAdditionalAuthenticatedAttribs*/, 2463 2463 pvResult, &cbResult, RTErrInfoInitStatic(pErrInfo)); 2464 2464 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.