summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-05 10:27:16 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-05 10:27:16 -0500
commitf92630941ab8f6d79d23acc921eb780202b65e3b (patch)
tree8f80816c03b01e102437a55cedb102080be8688e /changes
parent3f295bbef1d0d2cc495a963b858d211a85498ba3 (diff)
parent1ca777474b858acfa97137c155488a78006d494b (diff)
downloadtor-f92630941ab8f6d79d23acc921eb780202b65e3b.tar.gz
tor-f92630941ab8f6d79d23acc921eb780202b65e3b.zip
Merge remote-tracking branch 'chelseakomlo/20717_hashing_api_bug'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket207174
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20717 b/changes/ticket20717
new file mode 100644
index 0000000000..c896f8ad98
--- /dev/null
+++ b/changes/ticket20717
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Refactors the hashing API to return negative values for errors as is done
+ as a standard throughout the codebase.
+ - Refactors calling functions to expect negative values for errors.