Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: ltc: add missing string_ext.h include
Add a missing include <string_ext.h> needed to fix: core/lib/libtomcrypt/gcm.c: In function ‘crypto_aes_gcm_dec_final’: core/lib/libtomcrypt/gcm.c:198:13: error: implicit declaration of function ‘consttime_memcmp’ [-Werror=implicit-function-declaration] 198 | if (consttime_memcmp(dst_tag, tag, tag_len) != 0) Signed-off-by: Jens Wiklander <[email protected]> Acked-by: Jerome Forissier <[email protected]> Acked-by: Etienne Carriere <[email protected]>
- Loading branch information