Changeset 64904 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 16, 2016 12:14:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r64903 r64904 2052 2052 if (rcExitThis == RTEXITCODE_SUCCESS) 2053 2053 { 2054 intrc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);2054 rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo); 2055 2055 if (RT_FAILURE(rc)) 2056 2056 rcExit = RTEXITCODE_FAILURE; … … 2131 2131 This.hLdrMod = NIL_RTLDRMOD; 2132 2132 2133 intrc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);2133 rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo); 2134 2134 if (RT_FAILURE(rc)) 2135 2135 rcExit = RTEXITCODE_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.