Skip to content

Commit

Permalink
[nrf noup] Bring in missing line
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
de-nordic committed Oct 25, 2024
1 parent 25fd82a commit 05c9eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/bootutil/src/encrypted_psa.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void bootutil_aes_ctr_init(bootutil_aes_ctr_context *ctx)
}

#if defined(MCUBOOT_ENC_IMAGES)
extern const struct bootutil_key bootutil_enc_key;
/*
* Decrypt an encryption key TLV.
*
Expand Down

0 comments on commit 05c9eb7

Please sign in to comment.