mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
capture and detect expected BUG messages in shared-random tests
This commit is contained in:
@@ -201,7 +201,7 @@ verify_commit_and_reveal(const sr_commit_t *commit)
|
||||
if (fast_memneq(received_hashed_reveal, commit->hashed_reveal,
|
||||
sizeof(received_hashed_reveal))) {
|
||||
log_warn(LD_BUG, "SR: Received reveal value from authority %s "
|
||||
"does't match the commit value.",
|
||||
"doesn't match the commit value.",
|
||||
sr_commit_get_rsa_fpr(commit));
|
||||
goto invalid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user