replace openssl with sha-1 for component handshake
This commit is contained in:
parent
1e65b20ead
commit
b4795cecd4
3 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue