summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2002-11-06 03:26:20 +0000
committernelsonb%netscape.com <devnull@localhost>2002-11-06 03:26:20 +0000
commit6c71c09f3fe0cf86b1832a564a540544e1cb2727 (patch)
treef48b7d1cacfdc1449d9e87f0c9c6ee72ac01d4a0
parent8f9f4bfa9f8b59a76c511c75d7268d2a24679e9e (diff)
downloadnss-hg-6c71c09f3fe0cf86b1832a564a540544e1cb2727.tar.gz
Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.
-rw-r--r--security/nss/lib/ssl/ssl3con.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/ssl/ssl3con.c b/security/nss/lib/ssl/ssl3con.c
index 126bf5510..577cff49a 100644
--- a/security/nss/lib/ssl/ssl3con.c
+++ b/security/nss/lib/ssl/ssl3con.c
@@ -337,6 +337,8 @@ const char * const ssl3_cipherName[] = {
"DES-CBC-40",
"IDEA-CBC",
"FORTEZZA",
+ "AES-128",
+ "AES-256",
"missing"
};