]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h
Fixed build failed.
[mirror_edk2.git] / 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