Bug 877798, comment change, r=wtc, DONTBUILD
--- a/cmd/ssltap/ssltap.c
+++ b/cmd/ssltap/ssltap.c
@@ -1313,17 +1313,17 @@ void print_ssl3_handshake(unsigned char
* another one with a different MAC, this logic will not track that
* change correctly.
*/
s->hMACsize = recordLen - (sslh.length + 4);
sslh.length += s->hMACsize; /* skip over the MAC data */
}
break;
- case 22: /*certificate_status*/
+ case 22: /* certificate_status */
{
SECItem data;
PRFileDesc *ofd;
static int ocspFileNumber;
char ocspFileName[20];
/* skip 4 bytes with handshake numbers, as in ssl3_HandleCertificateStatus */
data.type = siBuffer;