Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try again, the default is 50 so the internal module must be higher
  • Loading branch information
ian.mcgreer%sun.com committed Apr 19, 2002
1 parent 6f96410 commit 2f2925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/lib/softoken/pk11db.c
Expand Up @@ -723,7 +723,7 @@ secmod_addEscape(const char *string, char quote)
}

#define SECMOD_STEP 10
#define PK11_DEFAULT_INTERNAL_INIT "library= name=\"NSS Internal PKCS #11 Module\" parameters=\"%s\" NSS=\"Flags=internal,critical trustOrder=50 cipherOrder=100 slotParams=(1={%s askpw=any timeout=30})\""
#define PK11_DEFAULT_INTERNAL_INIT "library= name=\"NSS Internal PKCS #11 Module\" parameters=\"%s\" NSS=\"Flags=internal,critical trustOrder=100 cipherOrder=100 slotParams=(1={%s askpw=any timeout=30})\""
/*
* Read all the existing modules in
*/
Expand Down

0 comments on commit 2f2925f

Please sign in to comment.