diff options
Diffstat (limited to 'usr/src/lib/libcryptoutil/common/cryptoutil.h')
| -rw-r--r-- | usr/src/lib/libcryptoutil/common/cryptoutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libcryptoutil/common/cryptoutil.h b/usr/src/lib/libcryptoutil/common/cryptoutil.h index d5c67c48a4..714205550f 100644 --- a/usr/src/lib/libcryptoutil/common/cryptoutil.h +++ b/usr/src/lib/libcryptoutil/common/cryptoutil.h @@ -108,7 +108,7 @@ typedef struct uentry { boolean_t flag_metaslot_auto_key_migrate; CK_UTF8CHAR metaslot_ks_slot[SLOT_DESCRIPTION_SIZE + 1]; CK_UTF8CHAR metaslot_ks_token[TOKEN_LABEL_SIZE + 1]; - int count; + int count; boolean_t flag_fips_enabled; } uentry_t; |
