]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct the synthetisized OPENSSL_VERSION_NUMBER
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Aug 2025 18:57:44 +0000 (20:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Aug 2025 04:22:25 +0000 (06:22 +0200)
commit80c46795ea2c2bd581d91640eea251f1c5085ec2
tree0373cb345345078769a5250cd6ebe98ca1e92987
parent7a63362eacfbe5e8f4d667c02538b913aa50f69e
Correct the synthetisized OPENSSL_VERSION_NUMBER

The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE
was the empty string.

Resolves: https://github.com/openssl/openssl/issues/28227

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28230)

(cherry picked from commit ba2c314a60d9f42d1d2e63ea0f791cc04e03005b)
include/openssl/opensslv.h.in