VirtualBox

Changeset 64904 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 16, 2016 12:14:31 PM (8 years ago)
Author:
vboxsync
Message:

RTSignTool: Added add-nested-cat-signature and show-cat commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTSignTool.cpp

    r64903 r64904  
    20522052        if (rcExitThis == RTEXITCODE_SUCCESS)
    20532053        {
    2054             int rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
     2054            rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
    20552055            if (RT_FAILURE(rc))
    20562056                rcExit = RTEXITCODE_FAILURE;
     
    21312131            This.hLdrMod = NIL_RTLDRMOD;
    21322132
    2133             int rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
     2133            rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
    21342134            if (RT_FAILURE(rc))
    21352135                rcExit = RTEXITCODE_FAILURE;
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