diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-08 15:13:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-08 15:13:53 -0400 |
commit | e9fdec2b1d5cc4055516d08a53663002b3722529 (patch) | |
tree | 31c174d9fbf05822730f7a10593140c6e4bf1bdc /src/or/shared_random.c | |
parent | deb294ff532d074a7d4094518c296fe69f819874 (diff) | |
download | tor-e9fdec2b1d5cc4055516d08a53663002b3722529.tar.gz tor-e9fdec2b1d5cc4055516d08a53663002b3722529.zip |
capture and detect expected BUG messages in shared-random tests
Diffstat (limited to 'src/or/shared_random.c')
-rw-r--r-- | src/or/shared_random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/shared_random.c b/src/or/shared_random.c index e672a416be..5f6b03f1ba 100644 --- a/src/or/shared_random.c +++ b/src/or/shared_random.c @@ -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; } |