commit | 76e4fab000825c4361b4b9843c6e0c2f4f6eb1fd | [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 | 6fef0f67e47b3b42fc9b5dbc55bdef00a970765d [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