]> 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:10:33 +0000 (06:10 +0200)
commit21e12027dba8179491e15b5281e350ea0f5a4d9b
tree4695e671e1e4333e00e433df40560902a89b949d
parent75017b10bc6291455b4ac846a320c47519a51fe6
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