mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Remove dead code
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
d80b9ff511
commit
94700198fb
@ -310,9 +310,6 @@ psa_status_t mbedtls_psa_aead_decrypt(
|
||||
exit:
|
||||
mbedtls_psa_aead_abort(&operation);
|
||||
|
||||
if (status == PSA_SUCCESS) {
|
||||
*plaintext_length = ciphertext_length - operation.tag_length;
|
||||
}
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user