pkcs11: Add missing flag for new PKCS #11 3.0 functions

This commit is contained in:
Jakub Jelen 2020-08-17 20:23:47 +02:00 committed by Frank Morgner
parent 6e25924eb0
commit 03079a9413
1 changed files with 3 additions and 0 deletions

View File

@ -1296,6 +1296,9 @@ _CK_DECLARE_FUNCTION (C_VerifyMessageNext,
_CK_DECLARE_FUNCTION (C_MessageVerifyFinal,
(ck_session_handle_t session));
/* Flags in Message-based encryption/decryption API */
#define CKF_END_OF_MESSAGE (0x00000001UL)
struct ck_function_list
{
struct ck_version version;