diff --git a/package/ibm-sw-tpm2/0005-tpm-Update-to-OpenSSL-3.6.patch b/package/ibm-sw-tpm2/0005-tpm-Update-to-OpenSSL-3.6.patch new file mode 100644 index 0000000000..a2a54717e2 --- /dev/null +++ b/package/ibm-sw-tpm2/0005-tpm-Update-to-OpenSSL-3.6.patch @@ -0,0 +1,25 @@ +From 7f727710326bc0a6d6f28397253ec3a89000300e Mon Sep 17 00:00:00 2001 +From: Pedro Monreal +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 +--- + 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 + #include + +-#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