mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
r69のビルドを通す
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@70 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
b445a23dac
commit
274e96d275
@ -193,7 +193,7 @@ int crypto_aes_enc_dec( unsigned char *dst_buf, unsigned char *org_buf, u8 bondi
|
||||
{
|
||||
if( org_buf[i] != local_buf_2[i] )
|
||||
{
|
||||
ret_code = GR_GENID_ERROR_AES_VERIFY;
|
||||
ret_code = CR_GENID_ERROR_AES_VERIFY;
|
||||
SetErrorInfo( ret_code, __FILE__, __LINE__ );
|
||||
return ret_code;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user