During compilation of the project against OpenSSL 3.2.1 following compilation errors occur:
In file included from BnValues.h:324,
from Global.h:80,
from Tpm.h:78,
from AuditCommands.c:62:
TpmToOsslMath.h:79:5: error: #error Untested OpenSSL version
79 | # error Untested OpenSSL version
| ^~~~~
Are there any plans to simulate TPM using recent versions of OpenSSL (e.g. 3.2.1)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
During compilation of the project against OpenSSL 3.2.1 following compilation errors occur:
Are there any plans to simulate TPM using recent versions of OpenSSL (e.g. 3.2.1)?
Could you try the latest master, or the latest tagged commit? I think this was fixed.
Thank you for your response, Ken. It looks like it is working from the latest master.