Remove unused variables in donna's SSE2 code

Fixes unused-const-variable warnings with GCC on 32-bit x86 systems.

Closes #22895.
This commit is contained in:
cypherpunks
2017-07-12 16:33:01 +00:00
committed by Nick Mathewson
parent ddd66cc019
commit 89c0a00a9a
2 changed files with 3 additions and 7 deletions
+3
View File
@@ -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.