summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-03-13 00:04:51 +0000
committerrelyea%netscape.com <devnull@localhost>2001-03-13 00:04:51 +0000
commitb724b642125d7d45883cd2964b3da337db35292d (patch)
treee2cde6086aade1028f65f51cb470788be77b7d4d
parente988efaa7c4e1afbaf543241e17b66bbe7af3a08 (diff)
downloadnss-hg-b724b642125d7d45883cd2964b3da337db35292d.tar.gz
DES key gens need to fall through to set the rest of their attributes
(remove spurious break). S/MIME should function again after this.
-rw-r--r--security/nss/lib/softoken/pkcs11c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pkcs11c.c b/security/nss/lib/softoken/pkcs11c.c
index a0c1a5cb5..cdd1c19e1 100644
--- a/security/nss/lib/softoken/pkcs11c.c
+++ b/security/nss/lib/softoken/pkcs11c.c
@@ -3087,7 +3087,6 @@ CK_RV NSC_GenerateKey(CK_SESSION_HANDLE hSession,
case CKM_DES2_KEY_GEN:
case CKM_DES3_KEY_GEN:
checkWeak = PR_TRUE;
- break;
case CKM_RC2_KEY_GEN:
case CKM_RC4_KEY_GEN:
case CKM_GENERIC_SECRET_KEY_GEN: