From 79d031b8b620d5f3e71b0a3cf041df6599fc5d89 Mon Sep 17 00:00:00 2001 From: Steve Evans Date: Mon, 26 Feb 2024 23:21:20 +0100 Subject: [PATCH] Ensure consistent openssl behaviour with version 3.2.x and 3.3.x (#13385) Ensure consistent openssl behaviour with verion 3.2.x and 3.3.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef019002e21..914b832cc68 100644 --- a/Makefile +++ b/Makefile @@ -335,7 +335,7 @@ TARGET_MAP = $(OBJECT_DIR)/$(FORKNAME)_$(TARGET_NAME).map TARGET_EXST_HASH_SECTION_FILE = $(TARGET_OBJ_DIR)/exst_hash_section.bin -TARGET_EF_HASH := $(shell echo -n "$(EXTRA_FLAGS)" | openssl dgst -md5 | awk '{print $$2;}') +TARGET_EF_HASH := $(shell echo -n "$(EXTRA_FLAGS)" | openssl dgst -md5 -r | awk '{print $$1;}') TARGET_EF_HASH_FILE := $(TARGET_OBJ_DIR)/.efhash_$(TARGET_EF_HASH) CLEAN_ARTIFACTS := $(TARGET_BIN)