summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/pk11db.c
diff options
context:
space:
mode:
authorian.mcgreer%sun.com <devnull@localhost>2002-04-19 19:01:45 +0000
committerian.mcgreer%sun.com <devnull@localhost>2002-04-19 19:01:45 +0000
commit54002a675a3b24668e36db0629a9307dfa22848f (patch)
tree700fd00079aa0a1906aeb9cf20576f131de73a8c /security/nss/lib/softoken/pk11db.c
parent77b33728f89297b2b7509ea76e07d6d62174c1ad (diff)
downloadnss-hg-54002a675a3b24668e36db0629a9307dfa22848f.tar.gz
make sure the internal module defaults to trust order > 50
Diffstat (limited to 'security/nss/lib/softoken/pk11db.c')
-rw-r--r--security/nss/lib/softoken/pk11db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pk11db.c b/security/nss/lib/softoken/pk11db.c
index 7c44a7805..d9900cb35 100644
--- a/security/nss/lib/softoken/pk11db.c
+++ b/security/nss/lib/softoken/pk11db.c
@@ -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=0 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=50 cipherOrder=100 slotParams=(1={%s askpw=any timeout=30})\""
/*
* Read all the existing modules in
*/