aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-06-25 13:55:52 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-06-25 13:55:52 -0700
commita7a076bebf4ce3fb78cd54791ec5705948178474 (patch)
tree251607f8722912df34d2689f423ca089441cf80f
parentf940e7ba0d0cba9ba04e884c99ce2bfb3b0982b2 (diff)
downloadopenssl-pkcs11-export-a7a076bebf4ce3fb78cd54791ec5705948178474.tar.gz
Version: 0.6.2v0.6.2
* Fix segfault on no config file * Fix elliptic curve signature * Fix C_Initialize and find 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 30f4c6d..ae65ca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(openssl-pkcs11-export, 0.6.1, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-pkcs11-export, 0.6.2, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE([foreign 1.6])
AC_DISABLE_STATIC