]> git.kaiwu.me - njs.git/commit
SSL: fixed reporting of the detected library version.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 17 Nov 2021 17:01:07 +0000 (17:01 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 17 Nov 2021 17:01:07 +0000 (17:01 +0000)
commited784e9f84de9bac59c4922446783144c7f30dcf
treecd745c83fecc88281dd66e900e0411bb05ab9c28
parenta6a1f976fc23801e14b8b09941875111175cbd30
SSL: fixed reporting of the detected library version.

Previously, `openssl version` command was used to report the OpenSSL
version.  Whereas, when provided with custom CFLAGS and LDFLAGS the
used library may differ from the system one.

The fix is to report OpenSSL version using the provided library.
auto/openssl