commit | eb6b7bf3ebf2d0badb0dcb36b2c1d4e2477f0a48 | [log] [tgz] |
---|---|---|
author | Almir Okato <almir.okato@espressif.com> | Tue Sep 07 17:06:35 2021 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Oct 07 18:30:20 2021 -0300 |
tree | 51975d5e4183e338b57e44600bd09ed4b7e1c9e3 | |
parent | 14c785b71601092c1574ccb7eab4cf1c43dd07ec [diff] |
espressif: Enable signature verification (RSA, EC256 and ED25519) MbedTLS and Tinycrypt security lib options added to Espressif's configuration and build. Signed-off-by: Almir Okato <almir.okato@espressif.com>
diff --git a/boot/espressif/include/os/os_malloc.h b/boot/espressif/include/os/os_malloc.h index 1a6a6dc..6ca5c46 100644 --- a/boot/espressif/include/os/os_malloc.h +++ b/boot/espressif/include/os/os_malloc.h
@@ -7,3 +7,5 @@ #pragma once #include <stdlib.h> + +void os_heap_init(void);