summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbishakhabanerjee%netscape.com <devnull@localhost>2002-07-30 20:36:29 +0000
committerbishakhabanerjee%netscape.com <devnull@localhost>2002-07-30 20:36:29 +0000
commiteb3abaafe27ea3e3a6efa15c761923169e0cced1 (patch)
tree5a16e889ffeea4077d3327bcd4cc1f5ad2c4cf80
parentd96974d94f7df7e61c791462c580ca9c30e45ffe (diff)
downloadnss-hg-eb3abaafe27ea3e3a6efa15c761923169e0cced1.tar.gz
Checking in riceman+bmo@mail.rit.edu's patch for bug 133702
-rw-r--r--security/nss/lib/pk11wrap/pk11pbe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/pk11pbe.c b/security/nss/lib/pk11wrap/pk11pbe.c
index 5d828dba3..ae574d731 100644
--- a/security/nss/lib/pk11wrap/pk11pbe.c
+++ b/security/nss/lib/pk11wrap/pk11pbe.c
@@ -534,6 +534,7 @@ PBE_CreateContext(SECOidTag hashAlgorithm, PBEBitGenID bitGenPurpose,
break;
}
mechanism = CKM_PBE_SHA1_DES3_EDE_CBC;
+ break;
case pbeBitGenCipherKey:
if (hashAlgorithm != SEC_OID_SHA1) {
break;