Typo in comment.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 26 Feb 2001 23:34:14 +0000 (23:34 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 26 Feb 2001 23:34:14 +0000 (23:34 +0000)
crypto/ocsp/ocsp_vfy.c

index da4c5b20a5b87c1bd9a5c8d328ecc24e707cb5ce..be399a3a3597abe873da499da1d6bb461391deb1 100644 (file)
@@ -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.
  */