From de4eef43c08fef5fd844116a63ef0e4e61d63f34 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 18 May 2014 11:28:41 +0000 Subject: More KNF. --- src/lib/libcrypto/ocsp/ocsp_ht.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/ocsp/ocsp_ht.c') diff --git a/src/lib/libcrypto/ocsp/ocsp_ht.c b/src/lib/libcrypto/ocsp/ocsp_ht.c index 7f73a4195c..f3ee29ccbb 100644 --- a/src/lib/libcrypto/ocsp/ocsp_ht.c +++ b/src/lib/libcrypto/ocsp/ocsp_ht.c @@ -10,7 +10,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -233,7 +233,7 @@ parse_http_line1(char *line) return 0; } - /* Set end of response code and start of message */ + /* Set end of response code and start of message */ *q++ = 0; /* Attempt to parse numeric code */ @@ -290,7 +290,7 @@ next_io: case OHS_ASN1_WRITE: n = BIO_get_mem_data(rctx->mem, &p); i = BIO_write(rctx->io, - p + (n - rctx->asn1_len), rctx->asn1_len); + p + (n - rctx->asn1_len), rctx->asn1_len); if (i <= 0) { if (BIO_should_retry(rctx->io)) return -1; @@ -422,7 +422,7 @@ next_line: rctx->state = OHS_ASN1_CONTENT; /* FALLTHROUGH */ - + case OHS_ASN1_CONTENT: n = BIO_get_mem_data(rctx->mem, &p); if (n < (int)rctx->asn1_len) -- cgit v1.2.3-55-g6feb