summaryrefslogtreecommitdiff
path: root/tests/pkcs11/pkcs11-mock-ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkcs11/pkcs11-mock-ext.h')
-rw-r--r--tests/pkcs11/pkcs11-mock-ext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pkcs11/pkcs11-mock-ext.h b/tests/pkcs11/pkcs11-mock-ext.h
index c2267e86b2..277e4a7d8e 100644
--- a/tests/pkcs11/pkcs11-mock-ext.h
+++ b/tests/pkcs11/pkcs11-mock-ext.h
@@ -27,5 +27,7 @@
* objects */
#define MOCK_FLAG_BROKEN_GET_ATTRIBUTES 1
#define MOCK_FLAG_ALWAYS_AUTH (1<<1)
+/* simulate the safenet HSMs always auth behavior */
+#define MOCK_FLAG_SAFENET_ALWAYS_AUTH (1<<2)
#endif