From: Nick Mathewson Date: Sat, 6 Feb 2016 17:37:56 +0000 (-0500) Subject: add a changes file X-Git-Tag: tor-0.2.8.2-alpha~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a0de0c2c7ac80ca77ccec49e625ea44986751e;p=thirdparty%2Ftor.git add a changes file --- 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.