aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2023-03-17 15:48:34 +0000
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2023-03-17 15:48:52 +0000
commitd954f97da5780fb23dc72b531484c90bbd04c582 (patch)
tree079f73363634807aec3d685681e199253a1f1a14
parent4dd8a85bd508c04fbb5f7f0d7ee558a6814e2b0a (diff)
downloadopenssl_tpm2_engine-d954f97da5780fb23dc72b531484c90bbd04c582.tar.gz
Version 3.3.2v3.3.2
* Fix memory leak of key authorization 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 d138125..ff572a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 3.3.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 3.3.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")