From fbc7d5a6b280a64c0f7048b5f6552783a543aff9 Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 23 Feb 2022 09:43:10 -0800 Subject: [PATCH] Minor textual fixes. Thanks Hayden. --- src/ocsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ocsp.c b/src/ocsp.c index 9c183a42f..559df5377 100644 --- a/src/ocsp.c +++ b/src/ocsp.c @@ -280,8 +280,8 @@ static int GetOcspStatus(WOLFSSL_OCSP* ocsp, OcspRequest* request, * returns OCSP_LOOKUP_FAIL when the response is bad and 0 otherwise. */ int CheckOcspResponse(WOLFSSL_OCSP *ocsp, byte *response, int responseSz, - WOLFSSL_BUFFER_INFO *responseBuffer, CertStatus *status, - OcspEntry *entry, OcspRequest *ocspRequest) + WOLFSSL_BUFFER_INFO *responseBuffer, CertStatus *status, + OcspEntry *entry, OcspRequest *ocspRequest) { #ifdef WOLFSSL_SMALL_STACK CertStatus* newStatus; @@ -406,7 +406,7 @@ end: } /* 0 on success */ -/* allow customer to override the maximum request size at build-time */ +/* allow user to override the maximum request size at build-time */ #ifndef OCSP_MAX_REQUEST_SZ #define OCSP_MAX_REQUEST_SZ 2048 #endif