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:
kubodera_yuichi 2009-12-23 08:48:45 +00:00
parent b445a23dac
commit 274e96d275

View File

@ -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;
}