commit | 8275961178a62874496bf4c5090775ec8bce09da | [log] [tgz] |
---|---|---|
author | mohammad1603 <mohammad.abomokh@arm.com> | Mon Mar 12 18:16:40 2018 +0200 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:13:23 2018 +0300 |
tree | eeec0a2270b6e0198998a6ce7302f90d02c8d095 | |
parent | 503973bdf33e08ffa99f686ddf52834131d9964a [diff] [blame] |
warnings fixes
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 089484f..97819b7 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h
@@ -1046,8 +1046,7 @@ psa_key_slot_t key, psa_algorithm_t alg); -psa_status_t psa_encrypt_generate_iv(psa_cipher_operation_t *operation, - unsigned char *iv, +psa_status_t psa_encrypt_generate_iv(unsigned char *iv, size_t iv_size, size_t *iv_length);