summaryrefslogtreecommitdiff
path: root/changes/ticket29660
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-04-05 15:16:49 +1000
committerteor <teor@torproject.org>2019-04-05 15:17:19 +1000
commitac269d5c30d09194b6ab80232f72bfbd6fa69ed2 (patch)
treeea123fd32083de5ca47340507275f8a1c5d7ced0 /changes/ticket29660
parentc616f457762117cbcbb982a0224d9f8eb2cd9419 (diff)
downloadtor-ac269d5c30d09194b6ab80232f72bfbd6fa69ed2.tar.gz
tor-ac269d5c30d09194b6ab80232f72bfbd6fa69ed2.zip
changes: file for 29660
Diffstat (limited to 'changes/ticket29660')
-rw-r--r--changes/ticket296605
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket29660 b/changes/ticket29660
new file mode 100644
index 0000000000..84b8059106
--- /dev/null
+++ b/changes/ticket29660
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Remove redundant return values in crypto_format, and the associated
+ return value checks elsewhere in the code. Make the implementations in
+ crypto_format consistent, and remove redundant code.
+ Resolves ticket 29660.