Index: /trunk/src/VBox/Runtime/tools/RTSignTool.cpp
===================================================================
--- /trunk/src/VBox/Runtime/tools/RTSignTool.cpp	(revision 71876)
+++ /trunk/src/VBox/Runtime/tools/RTSignTool.cpp	(revision 71877)
@@ -395,5 +395,5 @@
             Assert((uint32_t)iPos < pSignerInfo->UnauthenticatedAttributes.cItems);
 
-            PRTCRPKCS7ATTRIBUTE pAttr = pSignerInfo->UnauthenticatedAttributes.papItems[iPos];
+            pAttr = pSignerInfo->UnauthenticatedAttributes.papItems[iPos];
             rc = RTAsn1ObjId_InitFromString(&pAttr->Type, RTCR_PKCS9_ID_MS_NESTED_SIGNATURE, pAttr->Allocation.pAllocator);
             if (RT_SUCCESS(rc))
