aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ocsp.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-01-21 12:00:51 +0000
committerGitHub <[email protected]>2017-01-21 12:00:51 +0000
commit0e068b4e14f994146c9e98a60679559712556988 (patch)
tree443a8fda19514cd7238c401e223d533a4334db0e /openssl/src/ocsp.rs
parentMerge pull request #558 from sfackler/ige (diff)
parentSupport chacha20 and chacha20_poly1305 (diff)
downloadrust-openssl-0e068b4e14f994146c9e98a60679559712556988.tar.xz
rust-openssl-0e068b4e14f994146c9e98a60679559712556988.zip
Merge pull request #559 from sfackler/chacha20
Support chacha20 and chacha20_poly1305
Diffstat (limited to 'openssl/src/ocsp.rs')
-rw-r--r--openssl/src/ocsp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/ocsp.rs b/openssl/src/ocsp.rs
index bba5c561..708c3561 100644
--- a/openssl/src/ocsp.rs
+++ b/openssl/src/ocsp.rs
@@ -141,7 +141,7 @@ impl OcspBasicResponseRef {
/// Verifies the validity of the response.
///
/// The `certs` parameter contains a set of certificates that will be searched when locating the
- /// OCSP response signing certificate. Some responders to not include this in the response.
+ /// OCSP response signing certificate. Some responders do not include this in the response.
pub fn verify(&self,
certs: &StackRef<X509>,
store: &X509StoreRef,