mbox series

[v0,0/1] Teach git version --build-options about OpenSSL

Message ID 20240619172421.33548-1-randall.becker@nexbridge.ca (mailing list archive)
Headers show
Series Teach git version --build-options about OpenSSL | expand

Message

Randall S. Becker June 19, 2024, 5:24 p.m. UTC
This simple series adds the OpenSSL version, if any, used during a git
build.

As an example, if built with OpenSSL 3.0, the following is appended to
the git version --build-options report:

	OpenSSL: OpenSSL 3.0.13 30 Jan 2024

Randall S. Becker (1):
  Teach git version --build-options to know about the OpenSSL version
    used.

 help.c | 3 +++
 1 file changed, 3 insertions(+)