summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-06-23 14:49:16 -0600
committerTom Rini <[email protected]>2025-06-23 16:15:23 -0600
commit184e7d0bb211b8885f6715fdd6149ce96a4d1037 (patch)
tree271f9ebbfa6f0d2776054bbf07c396ebe1f663e8 /include/image.h
parentdbf7fd557a73ded3141db3c2cf5c572989378825 (diff)
parentfb4a488eb91b089912ffbc9a74d0527f0f2c79ac (diff)
Merge tag 'v2025.07-rc5' into next
Prepare v2025.07-rc5 With this merge, tighten up the LTO_FLAGS removal we added to not trigger on ARMv7 (which is Thumb-2 and should be fine).
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 37506c81cdb..b695cc39447 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1689,7 +1689,7 @@ struct sig_header_s {
*/
int image_pre_load(ulong addr);
-#if defined(USE_HOSTCC)
+#if defined(USE_HOSTCC) && CONFIG_IS_ENABLED(LIBCRYPTO)
/**
* rsa_verify_openssl() - Verify a signature against some data with openssl API
*