Hi,
I trying to enable Hardware Key for mcuboot.
I do the following at mcuboot.conf
C:/nrfconnect/v1.5.0/bootloader/mcuboot/boot/zephyr/keys.c:70:21: error: conflicting types for 'bootutil_keys'
70 | struct bootutil_key bootutil_keys[1] = {
| ^~~~~~~~~~~~~
In file included from C:/nrfconnect/v1.5.0/bootloader/mcuboot/boot/zephyr/keys.c:20:
C:/nrfconnect/v1.5.0/bootloader/mcuboot/boot/bootutil/include/bootutil/sign_key.h:38:34: note: previous declaration of 'bootutil_keys' was here
38 | extern const struct bootutil_key bootutil_keys[];
| ^~~~~~~~~~~~~