Index: mozilla/security/nss/lib/cryptohi/keythi.h |
=================================================================== |
--- mozilla/security/nss/lib/cryptohi/keythi.h (revision 158129) |
+++ mozilla/security/nss/lib/cryptohi/keythi.h (working copy) |
@@ -203,6 +203,7 @@ |
#define SECKEY_Attributes_Cached 0x1 /* bit 0 states |
whether attributes are cached */ |
#define SECKEY_CKA_PRIVATE (1U << 1) /* bit 1 is the value of CKA_PRIVATE */ |
+#define SECKEY_CKA_ALWAYS_AUTHENTICATE (1U << 2) |
#define SECKEY_ATTRIBUTES_CACHED(key) \ |
(0 != (key->staticflags & SECKEY_Attributes_Cached)) |