update to the latest sasl

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-04 20:21:14 +01:00
commit 78509e25b1
3 changed files with 8 additions and 10 deletions

View file

@ -20,7 +20,7 @@ use error::Error;
#[allow(unused_imports)]
use openssl::ssl::{SslMethod, Ssl, SslContextBuilder, SslStream, SSL_VERIFY_NONE, SslConnectorBuilder};
use sasl::ChannelBinding;
use sasl::common::ChannelBinding;
/// A trait which transports are required to implement.
pub trait Transport {