From 1413b8e94b242913dcc294a6bdb3919d9347c3db Mon Sep 17 00:00:00 2001 From: sfu5 Date: Thu, 29 Mar 2012 06:54:46 +0000 Subject: 1. Fix UNIXGCC IPF build failure in SecurityPkg. 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 --- .../VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h') diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h index 7891503631..5a5ac12426 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h @@ -223,7 +223,7 @@ extern SECUREBOOT_CONFIG_PRIVATE_DATA mSecureBootConfigPrivateDateTemplate; // // Cryptograhpic Key Information // -#pragma pack (push, 1) +#pragma pack(1) typedef struct _CPL_KEY_INFO { UINT32 KeyLengthInBits; // Key Length In Bits UINT32 BlockSize; // Operation Block Size in Bytes @@ -232,7 +232,7 @@ typedef struct _CPL_KEY_INFO { UINT32 CipherMode; // Cipher Mode for Symmetric Algorithm UINT32 Flags; // Additional Key Property Flags } CPL_KEY_INFO; -#pragma pack (pop) +#pragma pack() /** -- cgit v1.2.3