Skip to content

Commit

Permalink
refactor: improve debug messages in OpenSSL_version.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
RufusJWB committed Sep 25, 2024
1 parent 99a7d3b commit 9e69b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpenSSL_version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ else ifeq ($(LIB),header)
OPENSSL_VERSION = 1.0
endif

$(info [TRACE] OPENSSL_NUMBER_SEL=$(OPENSSL_NUMBER_SEL))
$(info [TRACE] OPENSSLV_H=$(OPENSSLV_H))
$(info [TRACE] OPENSSL_VERSION=$(OPENSSL_VERSION))
$(info [TRACE] OPENSSL NUMBER SEL=$(OPENSSL_NUMBER_SEL))
$(info [TRACE] OPENSSLV H=$(OPENSSLV_H))
$(info [TRACE] OPENSSL VERSION=$(OPENSSL_VERSION))

else # $(LIB) is name of library file
$(info [DEBUG] LIB is supposed to be a library file: $(LIB))
Expand All @@ -97,7 +97,7 @@ else # $(LIB) is name of library file
OPENSSL_VERSION = 1.0
endif

$(info [TRACE] OPENSSL_VERSION=$(OPENSSL_VERSION))
$(info [TRACE] OPENSSL VERSION=$(OPENSSL_VERSION))

endif # $(LIB)

Expand Down

0 comments on commit 9e69b92

Please sign in to comment.