summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2011-12-13 08:49:48 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2011-12-13 08:49:48 +0000
commitae09f9796c8110b654214b980e09d27f345c838f (patch)
tree1fcbf81ed4454c55693caecee8f09c110e4658cb /SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h
parentbae5fa3bdabb6d4d933ecad59dcdaff7fb2b2b4a (diff)
downloadedk2-platforms-ae09f9796c8110b654214b980e09d27f345c838f.tar.xz
Update SignatureSupport variable to reflect firmware capability.
Signed-off-by: gdong1 Reviewed-by: tye Reviewed-by: sfu5 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12843 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h')
-rw-r--r--SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h
index 36ec9c10cd..9a022f38f9 100644
--- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h
+++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h
@@ -45,11 +45,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define MAX_KEY_NUM (MAX_KEYDB_SIZE / EFI_CERT_TYPE_RSA2048_SIZE)
///
-/// Item number of support signature types.
-///
-#define SIGSUPPORT_NUM 2
-
-///
/// Struct to record signature requirement defined by UEFI spec.
/// For SigHeaderSize and SigDataSize, ((UINT32) ~0) means NO exact length requirement for this field.
///