commit | e2e724a334ff090971a407a880f17f4fed1a3e79 | [log] [tgz] |
---|---|---|
author | Michael Thomas <michael.thomas@renesas.com> | Thu Jan 30 17:18:10 2020 +0000 |
committer | Michael Thomas <michael.thomas@renesas.com> | Thu Jan 30 17:18:10 2020 +0000 |
tree | 3168c746d58a8c7865b4f39e1616310d3d76eb89 | |
parent | 4d6f518e5fd912e39b4546e450bf27ed5734ef96 [diff] |
Prototype update
diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h index 5ea68a6..266b0cc 100644 --- a/library/psa_crypto_core.h +++ b/library/psa_crypto_core.h
@@ -245,7 +245,7 @@ psa_algorithm_t alg, const uint8_t * hash, size_t hash_length, - uint8_t * signature, + const uint8_t * signature, size_t signature_length); /** Import key data into a slot.