1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

Use rustls rather than openssl

This commit is contained in:
Paul Lietar 2016-12-31 14:30:01 +01:00
parent 8831dea166
commit baf2b65d7b
11 changed files with 107 additions and 160 deletions

View file

@ -19,7 +19,7 @@ fn usage(program: &str, opts: &getopts::Options) -> String {
fn main() {
if env::var("RUST_LOG").is_err() {
env::set_var("RUST_LOG", "info,librespot=trace")
env::set_var("RUST_LOG", "mdns=info,librespot=trace")
}
env_logger::init().unwrap();