| Index: nss/lib/pk11wrap/secmod.h
|
| diff --git a/nss/lib/pk11wrap/secmod.h b/nss/lib/pk11wrap/secmod.h
|
| index 9cc4cfb5246f32ce3c9a641cd1552ccb13faf83c..c194d9a7a581acb043bd03d8aa9a3d9933cbe3d9 100644
|
| --- a/nss/lib/pk11wrap/secmod.h
|
| +++ b/nss/lib/pk11wrap/secmod.h
|
| @@ -64,6 +64,9 @@ SECStatus SECMOD_UnloadUserModule(SECMODModule *mod);
|
|
|
| SECMODModule * SECMOD_CreateModule(const char *lib, const char *name,
|
| const char *param, const char *nss);
|
| +SECMODModule * SECMOD_CreateModuleEx(const char *lib, const char *name,
|
| + const char *param, const char *nss,
|
| + const char *config);
|
| /*
|
| * After a fork(), PKCS #11 says we need to call C_Initialize again in
|
| * the child before we can use the module. This function causes this
|
|
|