OLD | NEW |
(Empty) | |
| 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c |
| 2 --- a/nss/lib/ssl/ssl3con.c 2013-05-01 14:37:22.992813168 -0700 |
| 3 +++ b/nss/lib/ssl/ssl3con.c 2013-05-01 14:43:57.088382323 -0700 |
| 4 @@ -8657,10 +8657,7 @@ static SECStatus |
| 5 ssl3_SendCertificateStatus(sslSocket *ss) |
| 6 { |
| 7 SECStatus rv; |
| 8 - CERTCertificateList *certChain; |
| 9 int len = 0; |
| 10 - int i; |
| 11 - SSL3KEAType certIndex; |
| 12 |
| 13 SSL_TRC(3, ("%d: SSL3[%d]: send certificate status handshake", |
| 14 SSL_GETPID(), ss->fd)); |
OLD | NEW |