Skip to content

Commit 7e7c066

Browse files
de-nordicrlubos
authored andcommitted
[nrf noup] Bring in missing line
There was line skipped while moving PSA encryption to separete file which broke the PSA encryption. fixup! [nrf noup] PSA implementation of x25519 and ed25519 verification Signed-off-by: Dominik Ermel <[email protected]>
1 parent fcec947 commit 7e7c066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/bootutil/src/encrypted_psa.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ void bootutil_aes_ctr_init(bootutil_aes_ctr_context *ctx)
103103
}
104104

105105
#if defined(MCUBOOT_ENC_IMAGES)
106+
extern const struct bootutil_key bootutil_enc_key;
106107
/*
107108
* Decrypt an encryption key TLV.
108109
*

0 commit comments

Comments
 (0)