diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:12:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:20:07 -0400 |
commit | 3305ae50442aaed13a9e15c392439c348e6182be (patch) | |
tree | 90f87873c4075556ca853cc5e929ff8188627310 /src/lib/crypt_ops/crypto_curve25519.h | |
parent | 5b8f4769dc93bf3c934dd6b2fdfec2977b8bee55 (diff) | |
download | tor-3305ae50442aaed13a9e15c392439c348e6182be.tar.gz tor-3305ae50442aaed13a9e15c392439c348e6182be.zip |
Rectify include paths (automated).
You have no idea how glad I am that this is automated.
Diffstat (limited to 'src/lib/crypt_ops/crypto_curve25519.h')
-rw-r--r-- | src/lib/crypt_ops/crypto_curve25519.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_curve25519.h b/src/lib/crypt_ops/crypto_curve25519.h index 8a33866119..2e614848e4 100644 --- a/src/lib/crypt_ops/crypto_curve25519.h +++ b/src/lib/crypt_ops/crypto_curve25519.h @@ -4,7 +4,7 @@ #ifndef TOR_CRYPTO_CURVE25519_H #define TOR_CRYPTO_CURVE25519_H -#include "common/testsupport.h" +#include "lib/testsupport/testsupport.h" #include "lib/cc/torint.h" #include "lib/crypt_ops/crypto_digest.h" #include "lib/crypt_ops/crypto_openssl_mgt.h" |