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