diff options
| author | Steven Fackler <[email protected]> | 2017-01-21 11:11:24 +0000 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-01-21 11:12:02 +0000 |
| commit | 26e159a5f07a36be24fc35221154fdaebcabdf02 (patch) | |
| tree | 443a8fda19514cd7238c401e223d533a4334db0e /openssl/src/ocsp.rs | |
| parent | Merge pull request #558 from sfackler/ige (diff) | |
| download | rust-openssl-26e159a5f07a36be24fc35221154fdaebcabdf02.tar.xz rust-openssl-26e159a5f07a36be24fc35221154fdaebcabdf02.zip | |
Support chacha20 and chacha20_poly1305
Diffstat (limited to 'openssl/src/ocsp.rs')
| -rw-r--r-- | openssl/src/ocsp.rs | 2 |
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, |