commit | 1731c6615e1bf9b7350832238c928562f1ed0d2c | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Thu Jan 05 18:10:29 2023 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Sep 27 16:21:58 2023 +0200 |
tree | 572ad64a6e1f1061b10dfd609e1878f51cb5c158 | |
parent | 405b5569ca93d6ae41e989975488d82a84c599f3 [diff] |
fix(st): allow crypto lib compilation in aarch64 Cast len with size_t, as it is unsigned long on Aarch64, and no more unsigned int. Changing functions prototypes will not help as .verify_signature awaits an unsigned int for its last parameter. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I9332fd46301a9653af917802788fd97fe7c8a162