]> 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:05:18 +0000 (06:05 +0200)
commitba2c314a60d9f42d1d2e63ea0f791cc04e03005b
tree52c7ac9bdd7bc7c67744811eacbbd544c2e5cb96
parent861eea4738111b6311ddc64fdafc4f1b4ac03248
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)
include/openssl/opensslv.h.in