VirtualBox

Changeset 64871 in vbox for trunk


Ignore:
Timestamp:
Dec 14, 2016 1:50:45 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: Most of the RTSignTool show-exe code done.

File:
1 edited

Legend:

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

    r64870 r64871  
    849849                }
    850850                else
    851                     RTPrintf("%s: OctetString[%u]: %u bytes\n", i, pOctetString->Asn1Core.cb);
     851                    RTPrintf("%s: OctetString[%u]: %u bytes\n", pThis->szPrefix, i, pOctetString->Asn1Core.cb);
    852852            }
    853853            break;
     
    862862        case RTCRPKCS7ATTRIBUTETYPE_SIGNING_TIME:
    863863            RTPrintf("%sTODO: RTCRPKCS7ATTRIBUTETYPE_SIGNING_TIME! %u bytes\n",
    864                      pThis->szPrefix, pThis->szPrefix,pAttr->uValues.pSigningTime->SetCore.Asn1Core.cb);
     864                     pThis->szPrefix, pAttr->uValues.pSigningTime->SetCore.Asn1Core.cb);
    865865            break;
    866866
     
    10181018                                }
    10191019                            else
    1020                                 RTPrintf("%s              pData is NULL!\n");
     1020                                RTPrintf("%s              pData is NULL!\n", pThis->szPrefix);
    10211021                        }
    10221022                        else
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