Skip to content

Commit

Permalink
Update OpenSSL version check to remove debug info and handle version …
Browse files Browse the repository at this point in the history
…1.0.0
  • Loading branch information
RufusJWB committed Sep 18, 2024
1 parent b31216e commit e8670d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenSSL_version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ else # $(LIB) is name of library file
OPENSSL_VERSION = $(shell strings "$(LIB)" | grep -E 'libcrypto\.' | head -n 1 | sed -r 's/.*libcrypto(.[a-z]+)?\.//')
endif
ifeq ($(OPENSSL_VERSION),1.0.0)
$(info [DEBUG] OPENSSL_VERSION is 1.0.0)
OPENSSL_VERSION = 1.0
endif

Expand Down

0 comments on commit e8670d7

Please sign in to comment.