Bug 164690. Fix missing break;

git-svn-id: svn://10.0.0.236/trunk@128161 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com
2002-08-26 21:16:07 +00:00
parent e8d55f70a4
commit 8630aa0e85

View File

@@ -342,6 +342,7 @@ PK11_IsUserCert(PK11SlotInfo *slot, CERTCertificate *cert,
case dsaKey:
PK11_SETATTRS(&theTemplate,CKA_VALUE, pubKey->u.dsa.publicValue.data,
pubKey->u.dsa.publicValue.len);
break;
case dhKey:
PK11_SETATTRS(&theTemplate,CKA_VALUE, pubKey->u.dh.publicValue.data,
pubKey->u.dh.publicValue.len);