aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2023-12-04 22:47:13 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2023-12-04 22:47:13 -0500
commit555ab08363c6cdf706a8366c3aa01c628d5cfb09 (patch)
treee9ef78845996a5b35125b1590a9bc472df38afa4
parent999faa790220ec94aacc66d5880f20d3719aadd1 (diff)
downloadopenssl_tpm2_engine-555ab08363c6cdf706a8366c3aa01c628d5cfb09.tar.gz
Version 4.0.2v4.0.2
* Fixes for openssl 3.2 * fix for encrypted secret size * fix for swtpm and swtpm2 simultaneous install * gcc-13 fix * make signed_tpm2_policy match man page Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e74274..6dccb27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 4.0.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 4.0.2, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")