aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2023-07-05 15:32:10 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2023-07-05 15:32:10 -0400
commitd9433dc6be201d6c71a7decbecc482dce879b67b (patch)
treefb92093908ae869b2490e468b79a90b07deed699
parentcd2b01cd05bd1e77e1bfaa47796fb27f283bf60e (diff)
downloadopenssl_tpm2_engine-d9433dc6be201d6c71a7decbecc482dce879b67b.tar.gz
Version 4.0.1v4.0.1
* Fixes for intel-tss and openssl < 3 * Fix support for the non-reference swtpm (although you should use the reference implementation for testing) * Doc updates to the draft RFC to make it ready for ietf submission * Fix openssl BOOLEAN issues 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 6350fc7..9e74274 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.0, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 4.0.1, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")