summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbishakhabanerjee%netscape.com <devnull@localhost>2002-07-30 19:01:18 +0000
committerbishakhabanerjee%netscape.com <devnull@localhost>2002-07-30 19:01:18 +0000
commit3c1998890bb5b7d4f8a9bf18a57daaececb96f15 (patch)
tree2c4dcdd378dbd2a01975940c002feb6a62c4f003
parent0e088a942c3c6bd614d1b5d048a2c74149129746 (diff)
downloadnss-hg-3c1998890bb5b7d4f8a9bf18a57daaececb96f15.tar.gz
Checking in riceman+bmo@mail.rit.edu's patch for bug 133702
-rw-r--r--security/nss/lib/cryptohi/seckey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/cryptohi/seckey.c b/security/nss/lib/cryptohi/seckey.c
index 1c1bd24af..1ca123c26 100644
--- a/security/nss/lib/cryptohi/seckey.c
+++ b/security/nss/lib/cryptohi/seckey.c
@@ -880,6 +880,7 @@ CERT_GetCertKeyType (CERTSubjectPublicKeyInfo *spki) {
break;
case SEC_OID_X942_DIFFIE_HELMAN_KEY:
keyType = dhKey;
+ break;
default:
keyType = nullKey;
}