Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHri committed Nov 5, 2023
1 parent 73d9b65 commit e8e9137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions inc/common/oscore_edhoc_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ enum err {
not_implemented = 8,
vla_insufficient_size = 9,


/*EDHOC specific errors*/
/*todo implement error messages*/
error_message_received = 101,
Expand Down
2 changes: 1 addition & 1 deletion src/edhoc/cert.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,5 +499,5 @@ enum err cert_x509_verify(struct const_byte_array *cert,
return rv;

#endif /* MBEDTLS */
return ok;

}

0 comments on commit e8e9137

Please sign in to comment.