Changeset 95614 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Jul 13, 2022 1:00:11 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r95613 r95614 1934 1934 * Option handlers shared by 'sign-exe', 'sign-cat', 'add-timestamp-exe-signature' and others. * 1935 1935 *********************************************************************************************************************************/ 1936 #ifndef IPRT_IN_BUILD_TOOL 1937 1936 1938 static RTEXITCODE HandleOptCertFile(SIGNTOOLKEYPAIR *pKeyPair, const char *pszFile) 1937 1939 { … … 2066 2068 return RTEXITCODE_SUCCESS; 2067 2069 } 2070 2071 #endif /* !IPRT_IN_BUILD_TOOL */ 2068 2072 2069 2073 … … 2352 2356 *********************************************************************************************************************************/ 2353 2357 #ifndef IPRT_IN_BUILD_TOOL 2358 2354 2359 static RTEXITCODE HelpVerifyExe(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel) 2355 2360 {
Note:
See TracChangeset
for help on using the changeset viewer.