sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP Secret UI allows the minimum number of 13 characters while the spec only requires 12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8694 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -50,9 +50,9 @@ typedef enum {
|
||||
typedef struct _ISCSI_CHAP_AUTH_CONFIG_NVDATA {
|
||||
UINT8 CHAPType;
|
||||
CHAR8 CHAPName[ISCSI_CHAP_NAME_MAX_LEN];
|
||||
CHAR8 CHAPSecret[ISCSI_CHAP_SECRET_MAX_LEN];
|
||||
CHAR8 CHAPSecret[ISCSI_CHAP_SECRET_STORAGE];
|
||||
CHAR8 ReverseCHAPName[ISCSI_CHAP_NAME_MAX_LEN];
|
||||
CHAR8 ReverseCHAPSecret[ISCSI_CHAP_SECRET_MAX_LEN];
|
||||
CHAR8 ReverseCHAPSecret[ISCSI_CHAP_SECRET_STORAGE];
|
||||
} ISCSI_CHAP_AUTH_CONFIG_NVDATA;
|
||||
|
||||
#pragma pack()
|
||||
|
Reference in New Issue
Block a user