]> git.pld-linux.org Git - packages/ibmswtpm2.git/blob - ibmswtpm2-openssl3.patch
- added openssl3 patch, use -Wno-error=deprecated-declarations to fix build with...
[packages/ibmswtpm2.git] / ibmswtpm2-openssl3.patch
1 --- ibmswtpm2-1661/src/TpmToOsslMath.h.orig     2021-01-23 00:14:01.000000000 +0100
2 +++ ibmswtpm2-1661/src/TpmToOsslMath.h  2022-07-01 22:24:21.822533492 +0200
3 @@ -73,7 +73,7 @@
4  
5  #define SYMMETRIC_ALIGNMENT RADIX_BYTES
6  
7 -#if OPENSSL_VERSION_NUMBER >= 0x10200000L
8 +#if OPENSSL_VERSION_NUMBER >= 0x30100000L
9  // Check the bignum_st definition in crypto/bn/bn_lcl.h and either update the
10  // version check or provide the new definition for this version.
11  #   error Untested OpenSSL version
This page took 0.091487 seconds and 3 git commands to generate.