Skip to content

Commit

Permalink
fixup! fix(coapcore): Use libOSCORE version that works without alloc
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
chrysn committed Nov 25, 2024
1 parent 369bf86 commit fb70591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/coapcore/src/seccontext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ impl<'a, H: coap_handler::Handler, Crypto: lakers::Crypto> coap_handler::Handler
copied_message.set_code(request.code().into());
// Pulling out the OSCORE option while we're at it
let mut oscore_option = None;
// liboscore produces those in the reight sequence.
// liboscore produces those in the right sequence.
for opt in request.options() {
if opt.number() == coap_numbers::option::EDHOC {
continue;
Expand Down

0 comments on commit fb70591

Please sign in to comment.