mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix some more depend issues
This commit is contained in:
parent
387a211fad
commit
4fee79b885
20 changed files with 638 additions and 611 deletions
|
|
@ -728,7 +728,7 @@ int cipher_check_tag( cipher_context_t *ctx,
|
|||
diff |= tag[i] ^ check_tag[i];
|
||||
|
||||
if( diff != 0 )
|
||||
return( POLARSSL_ERR_GCM_AUTH_FAILED );
|
||||
return( POLARSSL_ERR_CIPHER_AUTH_FAILED );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue