diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:32:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:32:57 -0500 |
commit | 799c82be70edaf67ea9904e426cde5213b16f4b7 (patch) | |
tree | 589e0abba36e6277aeeb11a9c24cae024f2f1f46 /src/test/test.c | |
parent | 744399ea78de9be5277c99236ee33fca74ad6039 (diff) | |
parent | 5f7d78ce2af006e90eca46f12a9c2738469dfd51 (diff) | |
download | tor-799c82be70edaf67ea9904e426cde5213b16f4b7.tar.gz tor-799c82be70edaf67ea9904e426cde5213b16f4b7.zip |
Merge remote-tracking branch 'isis/bug25171' into maint-0.3.3
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c index 78dd7bbb04..2712de4ed1 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -62,7 +62,6 @@ double fabs(double x); #include "routerparse.h" #include "statefile.h" #include "crypto_curve25519.h" -#include "onion_ntor.h" /** Run unit tests for the onion handshake code. */ static void |