Add USE_SHA256 define to sha256 component to enable tests (#12457)

This commit is contained in:
David Woodhouse
2025-12-13 10:15:50 +09:00
committed by GitHub
parent 51b187954a
commit 1a43a06dd4

View File

@@ -12,6 +12,8 @@ CONFIG_SCHEMA = cv.Schema({})
async def to_code(config: ConfigType) -> None:
cg.add_define("USE_SHA256")
# Add OpenSSL library for host platform
if not CORE.is_host:
return