diff options
Diffstat (limited to 'tests/pkcs11/pkcs11-mock-ext.h')
-rw-r--r-- | tests/pkcs11/pkcs11-mock-ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pkcs11/pkcs11-mock-ext.h b/tests/pkcs11/pkcs11-mock-ext.h index 8b66b189bc..c2267e86b2 100644 --- a/tests/pkcs11/pkcs11-mock-ext.h +++ b/tests/pkcs11/pkcs11-mock-ext.h @@ -26,5 +26,6 @@ /* This flag instructs the module to return CKR_OK on sensitive * objects */ #define MOCK_FLAG_BROKEN_GET_ATTRIBUTES 1 +#define MOCK_FLAG_ALWAYS_AUTH (1<<1) #endif |