commit | 0071b873a3609885597e20be5ec6f428ceb22b95 | [log] [tgz] |
---|---|---|
author | Moran Peker <moran.peker@arm.com> | Sun Apr 22 20:16:58 2018 +0300 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:14:28 2018 +0300 |
tree | 0998bba7bb38f3c2eaba3215a32fff093e804ec2 | |
parent | 4c80d8331a1cabbad3f61f7d1b16eadbadd3ad2c [diff] [blame] |
add missing parameter output_size on psa_cipher_finish
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index bb74c26..fbc5949 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -1461,6 +1461,7 @@ 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;