commit ac269d5c30d09194b6ab80232f72bfbd6fa69ed2 Author: teor teor@torproject.org Date: Fri Apr 5 15:16:49 2019 +1000
changes: file for 29660 --- changes/ticket29660 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/ticket29660 b/changes/ticket29660 new file mode 100644 index 000000000..84b805910 --- /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.