protocols/plaintext: Adapt protobuf generation to consolidated scripts (#1309)

* protocols/plaintext: Adapt protobuf generation to consolidated scripts

* protocols/plaintext: Fix protobuf import

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
Max Inden
2020-01-09 14:12:43 +01:00
committed by Pierre Krieger
parent 324f0dc326
commit b939aefdd6
6 changed files with 49 additions and 63 deletions

View File

@ -43,7 +43,7 @@ use void::Void;
mod error;
mod handshake;
mod pb;
mod structs_proto;
/// `PlainText1Config` is an insecure connection handshake for testing purposes only.
///