aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-12 14:40:15 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-12 14:40:15 -0800
commitb43aa9730169962709778a8823224ea71731bd80 (patch)
tree72d0c1f2998d7671de2135d2ecaf30db388ab08c
parent95dea1d7efea2a3eee473158c824275f9e07915e (diff)
downloadopenssl_tpm2_engine-b43aa9730169962709778a8823224ea71731bd80.tar.gz
Version: 2.1.1v2.1.1
* Fix segfault in importable keys * Fix spurious error on old format keys Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea544ea..3c4127d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,10 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 2.1.0, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.1.1, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE(1.6.3)
+AC_CANONICAL_HOST
+AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")
AM_MISSING_PROG(HELP2MAN, help2man)