add openssl version script

This commit is contained in:
Alex Fabijanic 2017-09-29 17:46:51 -05:00
parent 9bf32f1e81
commit d2df8d2459

2
build/script/openssl_ver Normal file
View File

@ -0,0 +1,2 @@
which_openssl := $(shell which openssl)
$(info $(shell $(which_openssl) version -a))