replace openssl with sha-1 for component handshake

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-02 17:21:26 +01:00
commit b4795cecd4
3 changed files with 8 additions and 5 deletions

View file

@ -2,6 +2,7 @@ extern crate xml;
extern crate openssl;
extern crate minidom;
extern crate base64;
extern crate sha_1;
pub extern crate jid;
pub extern crate sasl;