Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: ROMemories <[email protected]>
  • Loading branch information
chrysn and ROMemories authored May 17, 2024
1 parent 9fd68c8 commit 014b9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coap/src/seccontext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ enum SecContextStage {
// roll-over is a topic, that'd be a no-go. An alternative is to both store the message and the
// ResponderWaitM3 state -- but that'll make our SecContextPool slots larger; best evaluate
// that once the states are ready and we see which ones are the big ones. Possible outcomes are
// to just do it, to store the message in the handler's RequestData, or to have one or a few
// to just do it, to store the message in the handler's `RequestData`, or to have one or a few
// slots in parallel to this in the SecContextPool.
EdhocResponderProcessedM1 {
responder: lakers::EdhocResponderProcessedM1<'static, LakersCrypto>,
Expand Down

0 comments on commit 014b9bd

Please sign in to comment.