Added SSL support, but it's broken because of the duplicate SslStream creations.

This commit is contained in:
Aaron Weiss 2014-11-08 17:35:19 -05:00
parent a79a1fc033
commit a903dd9571
8 changed files with 141 additions and 12 deletions

View file

@ -9,3 +9,12 @@ keywords = ["irc", "client", "thread-safe"]
documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/"
repository = "https://github.com/aaronweiss74/irc"
readme = "README.md"
[features]
ssl = ["openssl"]
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl.git"
optional = true