aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-03-25 21:20:49 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-03-25 21:20:49 -0700
commit7a8db41a4ab655272b9aa5422c5892f4a0f5ae74 (patch)
tree234e99c04721245541d7d479997f0d569a9da345
parent442c718051bc8e697b38d99fb91563277c64369e (diff)
downloadopenssl_tpm2_engine-7a8db41a4ab655272b9aa5422c5892f4a0f5ae74.tar.gz
Version: 2.4.1v2.4.1
* fixes for older OpenSSL and gcc * variable tpm_server location for testing James Bottomley (3): configure.ac: make location of software TPM configurable seal_tpm2_data: fix compile problem on older gcc Fix OpenSSL 1.0.2 build 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 f0c5802..f40b68f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 2.4.0, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 2.4.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")