Changeset 95599 in vbox
- Timestamp:
- Jul 12, 2022 2:38:38 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r95598 r95599 1567 1567 } 1568 1568 1569 #ifndef IPRT_IN_BUILD_TOOL1570 1569 1571 1570 /********************************************************************************************************************************* 1572 1571 * The 'add-timestamp-exe-signature' command. * 1573 1572 *********************************************************************************************************************************/ 1573 #ifndef IPRT_IN_BUILD_TOOL 1574 1574 1575 1575 static RTEXITCODE HelpAddTimestampExeSignature(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel) … … 1753 1753 1754 1754 #endif /*!IPRT_IN_BUILD_TOOL */ 1755 1756 1757 /********************************************************************************************************************************* 1758 * The 'verify-exe' command. * 1759 *********************************************************************************************************************************/ 1755 1760 #ifndef IPRT_IN_BUILD_TOOL 1756 1757 /*1758 * The 'verify-exe' command.1759 */1760 1761 static RTEXITCODE HelpVerifyExe(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel) 1761 1762 {
Note:
See TracChangeset
for help on using the changeset viewer.