- Timestamp:
- Apr 17, 2018 2:30:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r71876 r71877 395 395 Assert((uint32_t)iPos < pSignerInfo->UnauthenticatedAttributes.cItems); 396 396 397 PRTCRPKCS7ATTRIBUTEpAttr = pSignerInfo->UnauthenticatedAttributes.papItems[iPos];397 pAttr = pSignerInfo->UnauthenticatedAttributes.papItems[iPos]; 398 398 rc = RTAsn1ObjId_InitFromString(&pAttr->Type, RTCR_PKCS9_ID_MS_NESTED_SIGNATURE, pAttr->Allocation.pAllocator); 399 399 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.