canmove, Confirmed users
937
edits
No edit summary |
|||
Line 1: | Line 1: | ||
== NSS Library Initialization == | == NSS Library Initialization == | ||
Line 52: | Line 51: | ||
Signature for the new functions: | Signature for the new functions: | ||
typedef NSSInitContextStr | typedef struct NSSInitContextStr NSSInitContext; /* opaque */ | ||
NSSInitContext *NSS_Library_Init(const char *configdir, | NSSInitContext *NSS_Library_Init(const char *configdir, | ||
Line 58: | Line 57: | ||
const char *secmodName, PRUint32 flags); | const char *secmodName, PRUint32 flags); | ||
SECStatus | SECStatus NSS_Library_Shutdown(NSSInitContext *); |