Skip to content

Commit

Permalink
export HandshakeComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Oct 19, 2023
1 parent b941920 commit 0383398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ pub use boxstream::{
Result as BoxstreamResult,
};
pub use handshake::{
Error as HandshakeError, Handshake, Result as HandshakeResult, SendServerAccept, SharedSecret,
Error as HandshakeError, Handshake, HandshakeComplete, Result as HandshakeResult,
SendServerAccept, SharedSecret,
};

0 comments on commit 0383398

Please sign in to comment.