diff --git a/build/script/openssl_ver b/build/script/openssl_ver new file mode 100644 index 000000000..8cf3cac5f --- /dev/null +++ b/build/script/openssl_ver @@ -0,0 +1,2 @@ +which_openssl := $(shell which openssl) +$(info $(shell $(which_openssl) version -a)) \ No newline at end of file