]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a changes file
authorNick Mathewson <nickm@torproject.org>
Sat, 6 Feb 2016 17:37:56 +0000 (12:37 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 6 Feb 2016 17:37:56 +0000 (12:37 -0500)
changes/bug18259 [new file with mode: 0644]

diff --git a/changes/bug18259 b/changes/bug18259
new file mode 100644 (file)
index 0000000..1084b8f
--- /dev/null
@@ -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.