diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-06 14:12:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-06 14:12:48 -0500 |
commit | 928380e23176040a1c1c04fc517e0808f028901c (patch) | |
tree | 6e7ea01ca0bb8389b65c634c939b39f695a4ad5a /changes | |
parent | 31a27729b9f290f46ad2f323907dc14a9bff006e (diff) | |
download | tor-928380e23176040a1c1c04fc517e0808f028901c.tar.gz tor-928380e23176040a1c1c04fc517e0808f028901c.zip |
Credit the patch
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18258 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug18258 b/changes/bug18258 index d82b217b89..00e122466f 100644 --- a/changes/bug18258 +++ b/changes/bug18258 @@ -1,7 +1,8 @@ o Code simplification and refactoring: - Remove specialized code for non-inplace AES_CTR. 99% of our AES is inplace, so there's no need to have a separate implementation - for the non-inplace code. Closes ticket 18258. + for the non-inplace code. Closes ticket 18258. Patch from + Malek. o New requirements: - Tor no longer supports versions of OpenSSL with a broken |