diff options
Diffstat (limited to 'security/nss/lib/pk11wrap/secmodt.h')
-rw-r--r-- | security/nss/lib/pk11wrap/secmodt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/secmodt.h b/security/nss/lib/pk11wrap/secmodt.h index 23abe307f..34fd4cce1 100644 --- a/security/nss/lib/pk11wrap/secmodt.h +++ b/security/nss/lib/pk11wrap/secmodt.h @@ -73,6 +73,7 @@ struct SECMODModuleStr { unsigned long evControlMask; /* control the running and shutdown of slot * events (SECMOD_WaitForAnyTokenEvent) */ CK_VERSION cryptokiVersion; /* version of this library */ + CK_FLAGS flags; /* pkcs11 v3 flags */ }; /* evControlMask flags */ |