1 diff --git a/ssl/ssl3ecc.c b/ssl/ssl3ecc.c
2 index aca2b74..dac7a9e 100644
5 @@ -1090,6 +1090,7 @@ static const PRUint8 ecPtFmt[6] = {
7 ssl3_SuiteBOnly(sslSocket *ss)
10 /* See if we can support small curves (like 163). If not, assume we can
11 * only support Suite-B curves (P-256, P-384, P-521). */
13 @@ -1103,6 +1104,9 @@ ssl3_SuiteBOnly(sslSocket *ss)
14 /* we can, presume we can do all curves */
22 /* Send our "canned" (precompiled) Supported Elliptic Curves extension,