summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2016-12-06 11:47:07 +0100
committerDaiki Ueno <ueno@gnu.org>2016-12-13 10:14:02 +0100
commit352d2090628d6a040846508e51de06318b69a475 (patch)
treedaa11748109ccee4ffda83e32ed8d9912d403de8
parent5287a57b9e6d96504af4ad0f989328397f845d55 (diff)
pkcs11: Update CRYPTOKI_VERSION to 2.40
-rw-r--r--common/pkcs11.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/common/pkcs11.h b/common/pkcs11.h
index 059cee6..357c9bb 100644
--- a/common/pkcs11.h
+++ b/common/pkcs11.h
@@ -59,13 +59,10 @@ extern "C" {
/* The version of cryptoki we implement. The revision is changed with
- each modification of this file. If you do not use the "official"
- version of this file, please consider deleting the revision macro
- (you may use a macro with a different name to keep track of your
- versions). */
+ each modification of this file. */
#define CRYPTOKI_VERSION_MAJOR 2
-#define CRYPTOKI_VERSION_MINOR 20
-#define CRYPTOKI_VERSION_REVISION 6
+#define CRYPTOKI_VERSION_MINOR 40
+#define P11_KIT_CRYPTOKI_VERSION_REVISION 0
/* Compatibility interface is default, unless CRYPTOKI_GNU is