diff options
| author | Andy Gauge <[email protected]> | 2017-10-24 16:44:21 -0700 |
|---|---|---|
| committer | Andy Gauge <[email protected]> | 2017-10-24 16:44:21 -0700 |
| commit | cda2662cbccd935441f24fb205f1dc439d7ab79b (patch) | |
| tree | f60d8111dee08cc4e571427b3741c8f0bbaead56 /openssl/src/ssl | |
| parent | Update documentation for EC module (diff) | |
| parent | Merge branch 'master' of https://github.com/sfackler/rust-openssl (diff) | |
| download | rust-openssl-cda2662cbccd935441f24fb205f1dc439d7ab79b.tar.xz rust-openssl-cda2662cbccd935441f24fb205f1dc439d7ab79b.zip | |
Merge branch 'master' into doc-ec
Diffstat (limited to 'openssl/src/ssl')
| -rw-r--r-- | openssl/src/ssl/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs index 01b49cb8..5a924a64 100644 --- a/openssl/src/ssl/mod.rs +++ b/openssl/src/ssl/mod.rs @@ -1805,7 +1805,7 @@ impl<S> SslStream<S> { None => { io::Error::new( io::ErrorKind::Other, - "BUG: got an SSL_ERROR_WANT_WRITE with no error in the BIO", + "BUG: got an SSL_ERROR_WANT_READ with no error in the BIO", ) } }; |