Configure: fix the version string in the configure output
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 6 Dec 2018 23:32:43 +0000 (00:32 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 7 Dec 2018 16:45:49 +0000 (17:45 +0100)
commit16942e081e8d28fa57d1874abff7fefd53d5e75e
tree69b38fcf33c1a2e88afa49bea126593cfc45e6eb
parentd26d2cfe955db15f7137247af50179dc94262e9d
Configure: fix the version string in the configure output

Since `$config{version}` and `$config{version_num}` were removed
in commit 3a63dbef15b6, the configure output displays an empty
version number string in parentheses instead of the version number.

This pull request fixes that by adding new config variables
`version` and `full_version`, analogous to `OPENSSL_VERSION_STR`
and `OPENSSL_FULL_VERSION_STR`.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7841)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure