From 274e96d275bfa1ac7e033e5fb6a5cd5b701edc6a Mon Sep 17 00:00:00 2001 From: kubodera_yuichi Date: Wed, 23 Dec 2009 08:48:45 +0000 Subject: [PATCH] =?UTF-8?q?r69=E3=81=AE=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=82=92=E9=80=9A=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@70 ff987cc8-cf2f-4642-8568-d52cce064691 --- cr_enc_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr_enc_id.c b/cr_enc_id.c index 933fd89..1e7458e 100644 --- a/cr_enc_id.c +++ b/cr_enc_id.c @@ -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; }