1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +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

@ -1064,7 +1064,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);
psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);