Windows should animate when they are about to get docked at screen edges.
[chromium-blink-merge.git] / net / third_party / nss / patches / suitebonly.patch
blob762606dca30e6610fd33d56f6633f11b8c411495
1 diff -pu a/nss/lib/ssl/ssl3ecc.c b/nss/lib/ssl/ssl3ecc.c
2 --- a/nss/lib/ssl/ssl3ecc.c 2013-07-31 14:11:13.633890784 -0700
3 +++ b/nss/lib/ssl/ssl3ecc.c 2013-07-31 14:12:59.855450386 -0700
4 @@ -1078,6 +1078,7 @@ static const PRUint8 ecPtFmt[6] = {
5 static PRBool
6 ssl3_SuiteBOnly(sslSocket *ss)
8 +#if 0
9 /* See if we can support small curves (like 163). If not, assume we can
10 * only support Suite-B curves (P-256, P-384, P-521). */
11 PK11SlotInfo *slot =
12 @@ -1091,6 +1092,9 @@ ssl3_SuiteBOnly(sslSocket *ss)
13 /* we can, presume we can do all curves */
14 PK11_FreeSlot(slot);
15 return PR_FALSE;
16 +#else
17 + return PR_TRUE;
18 +#endif
21 /* Send our "canned" (precompiled) Supported Elliptic Curves extension,