Stop test & bench build failures with --disable-curve25519

Ensure test & bench code that references curve25519 is disabled by the
appropriate macros. tor now builds with and without --disable-curve25519.
This commit is contained in:
teor
2014-09-29 12:06:15 +10:00
parent 47fab50cba
commit ffd92e8ef8
3 changed files with 7 additions and 5 deletions
@@ -0,0 +1,3 @@
o Minor bugfixes:
- Stop test & bench build failures with --disable-curve25519.
Fixes bug 13285.