aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket22895
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2017-07-12 16:33:01 +0000
committerNick Mathewson <nickm@torproject.org>2017-07-27 11:26:13 -0400
commit89c0a00a9ac12082970d4e5752d4392fd03c95f3 (patch)
treeb1b8b3872be5efef14df6c8ecd6db6a841ad2460 /changes/ticket22895
parentddd66cc01911da301ef61813c951418996c19593 (diff)
downloadtor-89c0a00a9ac12082970d4e5752d4392fd03c95f3.tar.gz
tor-89c0a00a9ac12082970d4e5752d4392fd03c95f3.zip
Remove unused variables in donna's SSE2 code
Fixes unused-const-variable warnings with GCC on 32-bit x86 systems. Closes #22895.
Diffstat (limited to 'changes/ticket22895')
-rw-r--r--changes/ticket228953
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket22895 b/changes/ticket22895
new file mode 100644
index 0000000000..a3f7b86019
--- /dev/null
+++ b/changes/ticket22895
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation):
+ - Fix unused variable warnings in donna's Curve25519 SSE2 code.
+ Fixes bug 22895; bugfix on 0.2.7.2-alpha.