diff options
-rw-r--r-- | changes/bug9700 | 3 | ||||
-rw-r--r-- | src/test/test.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changes/bug9700 b/changes/bug9700 new file mode 100644 index 0000000000..f59f54cb01 --- /dev/null +++ b/changes/bug9700 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix a compilation error when compiling with --disable-cuve25519. + Fixes bug 9700; bugfix on 0.2.4.17-rc. diff --git a/src/test/test.c b/src/test/test.c index 4ec8792344..c2911d842c 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -56,12 +56,12 @@ double fabs(double x); #include "memarea.h" #include "onion.h" #include "onion_tap.h" +#include "onion_ntor.h" #include "policies.h" #include "rephist.h" #include "routerparse.h" #ifdef CURVE25519_ENABLED #include "crypto_curve25519.h" -#include "onion_ntor.h" #endif #ifdef USE_DMALLOC |