| Index: net/third_party/nss/patches/norenegotiatelock.patch
|
| diff --git a/net/third_party/nss/patches/norenegotiatelock.patch b/net/third_party/nss/patches/norenegotiatelock.patch
|
| deleted file mode 100644
|
| index 4d512e4f71965c4c4581c524c91dc1e0c5ea1f28..0000000000000000000000000000000000000000
|
| --- a/net/third_party/nss/patches/norenegotiatelock.patch
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -diff --git a/ssl/ssl3con.c b/ssl/ssl3con.c
|
| -index f5afab7..a67a9d1 100644
|
| ---- a/ssl/ssl3con.c
|
| -+++ b/ssl/ssl3con.c
|
| -@@ -5547,9 +5547,7 @@ ssl3_HandleHelloRequest(sslSocket *ss)
|
| - return SECFailure;
|
| - }
|
| - if (ss->opt.enableRenegotiation == SSL_RENEGOTIATE_NEVER) {
|
| -- ssl_GetXmitBufLock(ss);
|
| -- rv = SSL3_SendAlert(ss, alert_warning, no_renegotiation);
|
| -- ssl_ReleaseXmitBufLock(ss);
|
| -+ (void)SSL3_SendAlert(ss, alert_warning, no_renegotiation);
|
| - PORT_SetError(SSL_ERROR_RENEGOTIATION_NOT_ALLOWED);
|
| - return SECFailure;
|
| - }
|
|
|