diff --git a/openssl/src/ssl/error.rs b/openssl/src/ssl/error.rs index 73eb2d47077579796b58ea33ab7d59d1958cdac8..74782d7a399ab72f6a8f33c23471b543c704f4b4 100644 --- a/openssl/src/ssl/error.rs +++ b/openssl/src/ssl/error.rs @@ -74,6 +74,7 @@ pub enum HandshakeError { /// The handshake failed. Failure(MidHandshakeSslStream), /// The handshake was interrupted midway through. This error will never be returned for blocking streams. + // FIXME change to WouldBlock Interrupted(MidHandshakeSslStream), }