We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e08ff commit 8a07053Copy full SHA for 8a07053
boot/bootutil/src/encrypted_psa.c
@@ -25,7 +25,7 @@
25
#include "bootutil_priv.h"
26
#include "bootutil/bootutil_log.h"
27
28
-BOOT_LOG_MODULE_DECLARE(mcuboot_psa_enc);
+BOOT_LOG_MODULE_REGISTER(mcuboot_psa_enc);
29
30
#if defined(MCUBOOT_HMAC_SHA512)
31
#define PSA_HMAC_HKDF_SHA PSA_ALG_SHA_512
0 commit comments