Skip to content

Commit

Permalink
fixup! fixup! Merge branch 'master' into openssl34
Browse files Browse the repository at this point in the history
  • Loading branch information
RufusJWB committed Sep 25, 2024
1 parent 9886282 commit eb9025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL_version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ else ifeq ($(LIB),header)
$(info [DEBUG] OS is not MacOS)
OPENSSL_VERSION = $(shell fgrep OPENSSL_VERSION_M "$(OPENSSLV_H)" | head -n 2 | awk -v RS="" '{print $$4"."$$8 }')
endif
$(info [TRACE] After OS check in header: OPENSSL_VERSION=$(OPENSSL_VERSION))
$(info [TRACE] After OS check in header: OPENSSL VERSION=$(OPENSSL_VERSION))
endif

ifeq ($(OPENSSL_VERSION),1)
Expand Down

0 comments on commit eb9025b

Please sign in to comment.