Skip to content

Commit

Permalink
Ensure consistent openssl behaviour with version 3.2.x and 3.3.x (bet…
Browse files Browse the repository at this point in the history
…aflight#13385)

Ensure consistent openssl behaviour with verion 3.2.x and 3.3.x
  • Loading branch information
SteveCEvans authored Feb 26, 2024
1 parent 4f1b36f commit 79d031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 79d031b

Please sign in to comment.