aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ssl
diff options
context:
space:
mode:
authorAndy Gauge <[email protected]>2017-10-24 16:44:21 -0700
committerAndy Gauge <[email protected]>2017-10-24 16:44:21 -0700
commitcda2662cbccd935441f24fb205f1dc439d7ab79b (patch)
treef60d8111dee08cc4e571427b3741c8f0bbaead56 /openssl/src/ssl
parentUpdate documentation for EC module (diff)
parentMerge branch 'master' of https://github.com/sfackler/rust-openssl (diff)
downloadrust-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.rs2
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",
)
}
};