summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2012-11-10 01:15:08 +0000
committerwtc%google.com <devnull@localhost>2012-11-10 01:15:08 +0000
commit5616e2d9a3ca226bef13675b93b636c1998caf03 (patch)
tree962f47836639009f3aa35694e94de974a1006031
parent4fd29ab31805adf72b346dd63a475fb799a60ef9 (diff)
downloadnss-hg-5616e2d9a3ca226bef13675b93b636c1998caf03.tar.gz
Remove an extraneous blank line.
-rw-r--r--security/nss/lib/ssl/ssl3con.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/ssl3con.c b/security/nss/lib/ssl/ssl3con.c
index 57338459f..766dcffdd 100644
--- a/security/nss/lib/ssl/ssl3con.c
+++ b/security/nss/lib/ssl/ssl3con.c
@@ -5577,7 +5577,6 @@ ssl3_HandleServerHello(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
ss->sec.peerCert = CERT_DupCertificate(sid->peerCert);
}
-
/* NULL value for PMS signifies re-use of the old MS */
rv = ssl3_InitPendingCipherSpec(ss, NULL);
if (rv != SECSuccess) {