Fix solaris build breakage: make functions in pk11pars.h static (at least until I can move them into their own library).

This commit is contained in:
relyea%netscape.com 2001-08-31 00:34:55 +00:00
parent b551f36ebb
commit cd0c0014e9

View File

@ -662,7 +662,7 @@ pk11_mkSlotString(unsigned long slotID, unsigned long defaultFlags,
return slotString;
}
char *
static char *
pk11_mkNSS(char **slotStrings, int slotCount, PRBool internal, PRBool isFIPS,
PRBool isModuleDB, PRBool isModuleDBOnly, PRBool isCritical,
unsigned long trustOrder, unsigned long cipherOrder,
@ -701,7 +701,8 @@ pk11_mkNSS(char **slotStrings, int slotCount, PRBool internal, PRBool isFIPS,
return nss;
}
char *
static char *
pk11_mkNewModuleSpec(char *dllName, char *commonName, char *parameters,
char *nss) {
char *moduleSpec;