|
|
@@ -0,0 +1,25 @@
|
|
|
+From 7f727710326bc0a6d6f28397253ec3a89000300e Mon Sep 17 00:00:00 2001
|
|
|
+From: Pedro Monreal <pmonrealgonzalez@suse.com>
|
|
|
+Date: Fri, 3 Oct 2025 10:35:46 +0200
|
|
|
+Subject: [PATCH] tpm: Update to OpenSSL 3.6
|
|
|
+
|
|
|
+Upstream: https://github.com/kgoldman/ibmswtpm2/pull/22
|
|
|
+
|
|
|
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
|
+---
|
|
|
+ src/BnToOsslMath.h | 2 +-
|
|
|
+ 1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
+
|
|
|
+diff --git a/src/BnToOsslMath.h b/src/BnToOsslMath.h
|
|
|
+index 26828d0..731957e 100644
|
|
|
+--- a/src/BnToOsslMath.h
|
|
|
++++ b/src/BnToOsslMath.h
|
|
|
+@@ -77,7 +77,7 @@
|
|
|
+ #include <openssl/ec.h>
|
|
|
+ #include <openssl/bn.h>
|
|
|
+
|
|
|
+-#if OPENSSL_VERSION_NUMBER >= 0x30500ff0L
|
|
|
++#if OPENSSL_VERSION_NUMBER >= 0x30600ff0L
|
|
|
+ // Check the bignum_st definition against the one below and either update the
|
|
|
+ // version check or provide the new definition for this version.
|
|
|
+ # error Untested OpenSSL version
|