diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-12-06 11:47:07 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-12-13 10:14:02 +0100 |
commit | 352d2090628d6a040846508e51de06318b69a475 (patch) | |
tree | daa11748109ccee4ffda83e32ed8d9912d403de8 | |
parent | 5287a57b9e6d96504af4ad0f989328397f845d55 (diff) |
pkcs11: Update CRYPTOKI_VERSION to 2.40
-rw-r--r-- | common/pkcs11.h | 9 |
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 |