Remove dead code

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath
2025-10-23 14:43:52 +01:00
parent d80b9ff511
commit 94700198fb

View File

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