commit | caec7f0c49630d25570c2d6656e85dbdef45e1e6 | [log] [tgz] |
---|---|---|
author | Nir Sonnenschein <nir.sonnenschein@arm.com> | Thu Jun 14 15:34:50 2018 +0300 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 12 16:13:49 2018 +0300 |
tree | a763d9226ddf3f74f8e80942a676fc956ffbb196 | |
parent | d223b52a9a5bc0bef69f8f5745ef4a9952facdfb [diff] |
Fix rename issue missed by re-base
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index dbb3592..60a1197 100755 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -1070,7 +1070,7 @@ size_t block_size = PSA_HASH_BLOCK_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) ); unsigned int digest_size = - PSA_HASH_FINAL_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) ); + PSA_HASH_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) ); size_t key_length = slot->data.raw.bytes; psa_status_t status;