summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include/Library/OpalPasswordSupportLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Include/Library/OpalPasswordSupportLib.h')
-rw-r--r--SecurityPkg/Include/Library/OpalPasswordSupportLib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Include/Library/OpalPasswordSupportLib.h b/SecurityPkg/Include/Library/OpalPasswordSupportLib.h
index e616c763f0..ad45e9e3b7 100644
--- a/SecurityPkg/Include/Library/OpalPasswordSupportLib.h
+++ b/SecurityPkg/Include/Library/OpalPasswordSupportLib.h
@@ -19,6 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Protocol/DevicePath.h>
#include <Library/TcgStorageOpalLib.h>
+#define OPAL_PASSWORD_MAX_LENGTH 32
#pragma pack(1)
@@ -76,7 +77,7 @@ typedef struct {
typedef struct {
LIST_ENTRY Link;
- UINT8 Password[32];
+ UINT8 Password[OPAL_PASSWORD_MAX_LENGTH];
UINT8 PasswordLength;
EFI_DEVICE_PATH_PROTOCOL OpalDevicePath;