mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
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
This commit is contained in:
parent
4f1b36fb30
commit
79d031b8b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue