Index: /trunk/src/VBox/Runtime/tools/RTSignTool.cpp
===================================================================
--- /trunk/src/VBox/Runtime/tools/RTSignTool.cpp	(revision 64903)
+++ /trunk/src/VBox/Runtime/tools/RTSignTool.cpp	(revision 64904)
@@ -2052,5 +2052,5 @@
         if (rcExitThis == RTEXITCODE_SUCCESS)
         {
-            int rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
+            rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
             if (RT_FAILURE(rc))
                 rcExit = RTEXITCODE_FAILURE;
@@ -2131,5 +2131,5 @@
             This.hLdrMod = NIL_RTLDRMOD;
 
-            int rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
+            rc = HandleShowExeWorkerPkcs7Display(&This, This.pSignedData, 0, &This.ContentInfo);
             if (RT_FAILURE(rc))
                 rcExit = RTEXITCODE_FAILURE;
