| Index: nss/lib/pk11wrap/secmodt.h
|
| diff --git a/nss/lib/pk11wrap/secmodt.h b/nss/lib/pk11wrap/secmodt.h
|
| index 73d2a7ebebbc2fd2f6681e3cd0090b5cd5b23287..33e7f1b2e984b86850c14d1b0d35ca9e313feb61 100644
|
| --- a/nss/lib/pk11wrap/secmodt.h
|
| +++ b/nss/lib/pk11wrap/secmodt.h
|
| @@ -127,12 +127,12 @@ typedef enum {
|
| } PK11CertListType;
|
|
|
| /*
|
| - * Entry into the Array which lists all the legal bits for the default flags
|
| - * in the slot, their definition, and the PKCS #11 mechanism the represent
|
| - * Always Statically allocated.
|
| + * Entry into the array which lists all the legal bits for the default flags
|
| + * in the slot, their definition, and the PKCS #11 mechanism they represent.
|
| + * Always statically allocated.
|
| */
|
| struct PK11DefaultArrayEntryStr {
|
| - char *name;
|
| + const char *name;
|
| unsigned long flag;
|
| unsigned long mechanism; /* this is a long so we don't include the
|
| * whole pkcs 11 world to use this header */
|
|
|