diff --git a/src/ssl/openssl.rs b/src/ssl/openssl.rs index 2a0d80a78..f611e40ea 100644 --- a/src/ssl/openssl.rs +++ b/src/ssl/openssl.rs @@ -43,7 +43,7 @@ impl NewService for OpensslAcceptor { type Response = SslStream; type Error = Error; type Service = OpensslAcceptorService; - type InitError = io::Error; + type InitError = (); type Future = FutureResult; fn new_service(&self) -> Self::Future {