aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-02-15 11:30:12 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-02-15 11:30:12 -0800
commit876fe11ac292efbb0f434186a09c626d724cfa74 (patch)
tree792304ad827dc63745dcf0aef629f88a82866363
parentbf90506d3d18e7c950248dc16316bb88c3a0919b (diff)
downloadopenssl_tpm2_engine-876fe11ac292efbb0f434186a09c626d724cfa74.tar.gz
Version: 2.2.0v2.2.0
* Add support for non-PKCS1 padding * Fixups for engines and cross builds 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 5260ff4..aebc46f 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.1.1, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.2.0, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")