]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Fix UNIXGCC IPF build failure in SecurityPkg.
authorsfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 29 Mar 2012 06:54:46 +0000 (06:54 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 29 Mar 2012 06:54:46 +0000 (06:54 +0000)
Signed-off-by: sfu5
Reviewed-by: gdong1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13152 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h

index 789150363134ed46b0178550736438000f260bbe..5a5ac12426a92a2c613acaf2ad8ca3ff3c2fc919 100644 (file)
@@ -223,7 +223,7 @@ extern SECUREBOOT_CONFIG_PRIVATE_DATA      mSecureBootConfigPrivateDateTemplate;
 //\r
 // Cryptograhpic Key Information\r
 //\r
-#pragma pack (push, 1)\r
+#pragma pack(1)\r
 typedef struct _CPL_KEY_INFO {\r
   UINT32        KeyLengthInBits;    // Key Length In Bits\r
   UINT32        BlockSize;          // Operation Block Size in Bytes\r
@@ -232,7 +232,7 @@ typedef struct _CPL_KEY_INFO {
   UINT32        CipherMode;         // Cipher Mode for Symmetric Algorithm\r
   UINT32        Flags;              // Additional Key Property Flags\r
 } CPL_KEY_INFO;\r
-#pragma pack (pop)\r
+#pragma pack()\r
 \r
 \r
 /**\r