projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fafc7f9
)
Typo in comment.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 26 Feb 2001 23:34:14 +0000
(23:34 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 26 Feb 2001 23:34:14 +0000
(23:34 +0000)
crypto/ocsp/ocsp_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/ocsp/ocsp_vfy.c
b/crypto/ocsp/ocsp_vfy.c
index da4c5b20a5b87c1bd9a5c8d328ecc24e707cb5ce..be399a3a3597abe873da499da1d6bb461391deb1 100644
(file)
--- 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
- * re
quest
verify. Just find the signers certificate and verify it
+ * re
sponse
verify. Just find the signers certificate and verify it
* against a given trust value.
*/