diff -r 4664da990556 -r c8fd12db6215 gameServer2/src/main.rs --- a/gameServer2/src/main.rs Wed Sep 05 19:22:29 2018 +0300 +++ b/gameServer2/src/main.rs Thu Sep 06 23:12:32 2018 +0300 @@ -17,6 +17,8 @@ #[macro_use] extern crate bitflags; extern crate serde; extern crate serde_yaml; +#[cfg(feature = "tls-connections")] +extern crate openssl; #[macro_use] extern crate serde_derive; //use std::io::*;