gameServer2/src/main.rs
changeset 13799 c8fd12db6215
parent 13797 c5edfcfac68b
child 13804 201d86010a8b
--- 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::*;