1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

remove unused parameter in psa_cipher_finish.

This commit is contained in:
Moran Peker
2018-03-25 15:44:12 +03:00
committed by itayzafrir
parent 3205a6592b
commit e1210dcac3
3 changed files with 0 additions and 5 deletions

View File

@@ -1471,7 +1471,6 @@ psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
uint8_t *output,
size_t output_size,
size_t *output_length)
{
int ret = MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE;