Skip to content

Commit a620f27

Browse files
committed
[STSAFEA] fix wrong init command AC status in stsafea_perso_info_update
1 parent 6092a41 commit a620f27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

services/stsafea/stsafea_commands.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ stse_ReturnCode_t stsafea_perso_info_update (stse_Handler_t *pSTSE)
141141
return STSE_SERVICE_INVALID_PARAMETER;
142142
}
143143

144-
pSTSE->pPerso_info->cmd_AC_status = 0;
145-
pSTSE->pPerso_info->cmd_encryption_status = 0;
144+
pSTSE->pPerso_info->cmd_AC_status = 0x5555555555555555;
145+
pSTSE->pPerso_info->cmd_encryption_status = 0,
146146
pSTSE->pPerso_info->rsp_encryption_status = 0;
147-
pSTSE->pPerso_info->ext_cmd_AC_status = 0;
147+
pSTSE->pPerso_info->ext_cmd_AC_status = 0x5555555555555555;
148148
pSTSE->pPerso_info->ext_cmd_encryption_status = 0;
149149
pSTSE->pPerso_info->ext_rsp_encryption_status = 0;
150150

0 commit comments

Comments
 (0)