Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sporadic CI failure in crypto test for nrf platform #4582

Merged
merged 4 commits into from
Jan 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment
  • Loading branch information
pan-apple committed Jan 30, 2021
commit c7f75098fbc61d80b2c25f2190854e9adbe4ad0d
1 change: 1 addition & 0 deletions src/crypto/CHIPCryptoPAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ class Spake2p
* @param context The spake2p session will bootstrap from this hash context.
* If the provided context pointer is null, the spake2p session will bootstrap
* from a blank hash context.
* Note: calling this function will nullptr doesn't free the object state.
*
* @return Returns a CHIP_ERROR on error, CHIP_NO_ERROR otherwise
**/
Expand Down