From 352d2090628d6a040846508e51de06318b69a475 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 6 Dec 2016 11:47:07 +0100 Subject: pkcs11: Update CRYPTOKI_VERSION to 2.40 --- common/pkcs11.h | 9 +++------ 1 file 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 -- cgit v1.1