Make Clippy happy
This commit is contained in:
parent
7357d6d9c9
commit
e15920b839
1 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,12 @@ impl PaseMgr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Default for PaseMgr {
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// This file basically deals with the handlers for the PASE secure channel protocol
|
// This file basically deals with the handlers for the PASE secure channel protocol
|
||||||
// TLV extraction and encoding is done in this file.
|
// TLV extraction and encoding is done in this file.
|
||||||
// We create a Spake2p object and set it up in the exchange-data. This object then
|
// We create a Spake2p object and set it up in the exchange-data. This object then
|
||||||
|
|
Loading…
Add table
Reference in a new issue