commit | 64743959358e61314ff69996358cbbff32e108dc | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <Antonio.deAngelis@arm.com> | Tue Jan 18 12:51:29 2022 +0000 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Fri Jan 21 14:19:39 2022 +0000 |
tree | 1159cc11ec9a003ac04445d2c1bdbcf7e9ebd1ba | |
parent | c168e7676ff8b5d286176c73ad156d1fd5d7a5df [diff] |
Crypto: Remove const from API declarations The keyword const has no effect on API declarations and should be removed for clarity. Keep it only on the API definition so that a correct behaviour on the implementation can be enforced through the compiler. Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com> Change-Id: I93935dfeee7b27e40869e0212cf65eb131f961a3