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] |
add missing parameter output_size on psa_cipher_finish
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index b1c1abb..089484f 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h
@@ -1064,6 +1064,7 @@ 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);