Skip to content

Fspra 4078 rm mcuboot ext memory ospi b build errors warnings #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: renesas_v3_6_2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions library/sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ int mbedtls_internal_sha256_process_c(mbedtls_sha256_context *ctx,

#if !defined(MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY)

MBEDTLS_MAYBE_UNUSED
static size_t mbedtls_internal_sha256_process_many_c(
mbedtls_sha256_context *ctx, const uint8_t *data, size_t len)
{
Expand Down Expand Up @@ -616,6 +617,7 @@ static int mbedtls_a64_crypto_sha256_has_support(void)
return supported;
}

MBEDTLS_MAYBE_UNUSED
static size_t mbedtls_internal_sha256_process_many(mbedtls_sha256_context *ctx,
const uint8_t *msg, size_t len)
{
Expand Down