Read and writing of packet, work in progress.
[crypto_lab1.git] / src / main.rs
index e64323f..cec3957 100644 (file)
@@ -1,3 +1,5 @@
+#![feature(macro_rules)]
+
 extern crate openssl;
 
 use std::io;