From 350cefd392775c40b6ec0f317f264a8645afe135 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 27 Nov 2009 01:21:23 +0000 Subject: Fix GCC build error! git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9493 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c b/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c index 1ff1bf6..a23b747 100644 --- a/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c +++ b/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c @@ -20,9 +20,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define SECURITY_HANDLER_TABLE_SIZE 0x10 -#define EFI_AUTH_OPERATION_MASK EFI_AUTH_OPERATION_VERIFY_IMAGE \ +#define EFI_AUTH_OPERATION_MASK (EFI_AUTH_OPERATION_VERIFY_IMAGE \ | EFI_AUTH_OPERATION_DEFER_IMAGE_LOAD \ - | EFI_AUTH_OPERATION_MEASURE_IMAGE + | EFI_AUTH_OPERATION_MEASURE_IMAGE) typedef struct { UINT32 SecurityOperation; -- cgit v1.1