aboutsummaryrefslogtreecommitdiff
path: root/pkcs11.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-11 00:24:34 -0400
committerRob Austein <sra@hactrn.net>2017-04-11 00:24:34 -0400
commit81ae5e07be01c0aacc332eb82db2f0ff452ced3d (patch)
tree9401412f70caa0846567d1fdb28368c7d526492f /pkcs11.h
parentaf9cedc2515a6851716bd2ccc1857937d7f5c495 (diff)
Track API changes on sw/libhal pkcs8 branch.
Diffstat (limited to 'pkcs11.h')
-rw-r--r--pkcs11.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkcs11.h b/pkcs11.h
index 996b4db..c85110a 100644
--- a/pkcs11.h
+++ b/pkcs11.h
@@ -9,10 +9,10 @@
* License is also granted to make and use derivative works provided that
* such works are identified as "derived from the RSA Security Inc. PKCS #11
- * Cryptographic Token Interface (Cryptoki)" in all material mentioning or
+ * Cryptographic Token Interface (Cryptoki)" in all material mentioning or
* referencing the derived work.
- * RSA Security Inc. makes no representations concerning either the
+ * RSA Security Inc. makes no representations concerning either the
* merchantability of this software or the suitability of this software for
* any particular purpose. It is provided "as is" without express or implied
* warranty of any kind.
@@ -277,7 +277,7 @@ extern "C" {
#define CK_PKCS11_FUNCTION_INFO(name) \
__PASTE(CK_,name) name;
-
+
struct CK_FUNCTION_LIST {
CK_VERSION version; /* Cryptoki version */