summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-12-06 23:00:17 +0000
committerwtchang%redhat.com <devnull@localhost>2006-12-06 23:00:17 +0000
commit87d2e4411e01b47388543b37de54280aaa87c5f2 (patch)
treef821e9750029cbe5202ca7032ec644f65a3ff5f1
parent64f7f446162786efa2d82049405a99358ad32c6f (diff)
downloadnss-hg-87d2e4411e01b47388543b37de54280aaa87c5f2.tar.gz
Bug 332350: fixed a typo in the comment.
-rw-r--r--security/nss/lib/ssl/ssl3ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/ssl3ecc.c b/security/nss/lib/ssl/ssl3ecc.c
index 9262634d2..71762873d 100644
--- a/security/nss/lib/ssl/ssl3ecc.c
+++ b/security/nss/lib/ssl/ssl3ecc.c
@@ -1043,7 +1043,7 @@ ssl3_IsECCEnabled(sslSocket * ss)
#ifndef NSS_ECC_MORE_THAN_SUITE_B
/* Prefabricated TLS client hello extension, Elliptic Curves List,
- * offers only 3 curves, the Suite B curves, 23-35
+ * offers only 3 curves, the Suite B curves, 23-25
*/
static const PRUint8 EClist[12] = {
BE(10), /* Extension type */