From d7bbd31efe0545161b9c82bcfc904a03f7eb4621 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 26 Feb 2001 23:34:14 +0000 Subject: [PATCH] Typo in comment. --- crypto/ocsp/ocsp_vfy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c index da4c5b20a5..be399a3a35 100644 --- a/crypto/ocsp/ocsp_vfy.c +++ b/crypto/ocsp/ocsp_vfy.c @@ -144,7 +144,7 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, } ret = 1; } - + end: @@ -344,7 +344,7 @@ static int ocsp_check_delegated(X509 *x, int flags) } /* Verify an OCSP request. This is fortunately much easier than OCSP - * request verify. Just find the signers certificate and verify it + * response verify. Just find the signers certificate and verify it * against a given trust value. */ -- 2.25.1