| Index: nss/lib/pk11wrap/pk11util.c
|
| diff --git a/nss/lib/pk11wrap/pk11util.c b/nss/lib/pk11wrap/pk11util.c
|
| index 35cef9e423e858fe6ee94b014db513ea3f277e86..58ff5da9677c297cad05c8adfc8407adacf8b5a1 100644
|
| --- a/nss/lib/pk11wrap/pk11util.c
|
| +++ b/nss/lib/pk11wrap/pk11util.c
|
| @@ -27,8 +27,8 @@ static SECMODListLock *moduleLock = NULL;
|
|
|
| int secmod_PrivateModuleCount = 0;
|
|
|
| -extern PK11DefaultArrayEntry PK11_DefaultArray[];
|
| -extern int num_pk11_default_mechanisms;
|
| +extern const PK11DefaultArrayEntry PK11_DefaultArray[];
|
| +extern const int num_pk11_default_mechanisms;
|
|
|
|
|
| void
|
|
|