openssl/backport-Fix-OPENSSL_VERSION_NUMBER-number-problem.patch
2024-06-20 09:55:47 +08:00

26 lines
785 B
Diff

From 03f077d6deb749def0bc8d679bed6ffa79aea84f Mon Sep 17 00:00:00 2001
From: hzero1996 <wangcheng156@huawei.com>
Date: Fri, 22 Dec 2023 14:18:50 +0800
Subject: [PATCH] Fix OPENSSL_VERSION_NUMBER number problem
---
include/openssl/opensslv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index a0cac30..9a5855f 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,7 +39,7 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x10101810L
+# define OPENSSL_VERSION_NUMBER 0x1010180fL
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1wa 16 Nov 2023"
/*-
--
2.33.0