1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-30 17:48:17 +08:00
Gilles Peskine fa710f5c6a Don't declare a parameter as const
Whether a parameter should be const is an implementation detail of the
function, so don't declare a parameter of psa_hash_compare as
const. (This only applies to parameters themselves, not to objects
that pointer parameters points to.)
2020-01-30 12:27:14 +01:00
..
2020-01-30 12:27:14 +01:00
2015-03-10 11:23:56 +00:00