summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-06 12:37:56 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-06 12:37:56 -0500
commitf3a0de0c2c7ac80ca77ccec49e625ea44986751e (patch)
tree40164b0a7d9a4118f8e81bc955eb6db4bcb780ca /changes
parentedd93f9de8aedec41afc7f6472ab381bc34d0246 (diff)
downloadtor-f3a0de0c2c7ac80ca77ccec49e625ea44986751e.tar.gz
tor-f3a0de0c2c7ac80ca77ccec49e625ea44986751e.zip
add a changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/bug182594
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18259 b/changes/bug18259
new file mode 100644
index 0000000000..1084b8f524
--- /dev/null
+++ b/changes/bug18259
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Simplify return types for some crypto functions that can't
+ actually fail. Patch from Hassan Alsibyani. Closes ticket
+ 18259.