VirtualBox

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


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

RTSignTool: No need to #ifdef the show-cat & show-exe command, I think.

File:
1 edited

Legend:

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

    r64904 r64905  
    131131static RTEXITCODE HelpHelp(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel);
    132132static RTEXITCODE HandleVersion(int cArgs, char **papszArgs);
    133 #ifndef IPRT_IN_BUILD_TOOL
    134133static int HandleShowExeWorkerPkcs7Display(PSHOWEXEPKCS7 pThis, PRTCRPKCS7SIGNEDDATA pSignedData, size_t offPrefix,
    135134                                           PCRTCRPKCS7CONTENTINFO pContentInfo);
    136 #endif
    137135
    138136
     
    14771475
    14781476#endif /* !IPRT_IN_BUILD_TOOL */
    1479 #ifndef IPRT_IN_BUILD_TOOL
    14801477
    14811478/*
     
    16761673                                                                PCRTCRSPCINDIRECTDATACONTENT pIndData)
    16771674{
    1678 
    16791675    /*
    16801676     * The image hash.
     
    18401836
    18411837
    1842 
    18431838/**
    18441839 * Display an PKCS#7 signed data instance.
     
    21472142}
    21482143
    2149 #endif /* !IPRT_IN_BUILD_TOOL */
    21502144
    21512145/*
     
    24132407#ifndef IPRT_IN_BUILD_TOOL
    24142408    { "verify-exe",                     HandleVerifyExe,                    HelpVerifyExe },
     2409#endif
    24152410    { "show-exe",                       HandleShowExe,                      HelpShowExe },
    24162411    { "show-cat",                       HandleShowCat,                      HelpShowCat },
    2417 #endif
    24182412    { "make-tainfo",                    HandleMakeTaInfo,                   HelpMakeTaInfo },
    24192413    { "help",                           HandleHelp,                         HelpHelp },
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