diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-06 12:37:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-06 12:37:56 -0500 |
commit | f3a0de0c2c7ac80ca77ccec49e625ea44986751e (patch) | |
tree | 40164b0a7d9a4118f8e81bc955eb6db4bcb780ca /changes/bug18259 | |
parent | edd93f9de8aedec41afc7f6472ab381bc34d0246 (diff) | |
download | tor-f3a0de0c2c7ac80ca77ccec49e625ea44986751e.tar.gz tor-f3a0de0c2c7ac80ca77ccec49e625ea44986751e.zip |
add a changes file
Diffstat (limited to 'changes/bug18259')
-rw-r--r-- | changes/bug18259 | 4 |
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. |