diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-11 14:08:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-11 14:12:36 -0400 |
commit | f45107e7de7ff15c630dedcdd1f9bc524423838f (patch) | |
tree | d71efe36e1d81a90b1bdc70b41a635a0d0fc3dd5 /src/test/test_introduce.c | |
parent | 9010797e632065ae073cd69f6b76a2d55c06160d (diff) | |
download | tor-f45107e7de7ff15c630dedcdd1f9bc524423838f.tar.gz tor-f45107e7de7ff15c630dedcdd1f9bc524423838f.zip |
Rename crypto.c to crypto_cipher.c (since that's all it still has.)
Diffstat (limited to 'src/test/test_introduce.c')
-rw-r--r-- | src/test/test_introduce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_introduce.c b/src/test/test_introduce.c index cdfb70bdff..4d2d909945 100644 --- a/src/test/test_introduce.c +++ b/src/test/test_introduce.c @@ -2,7 +2,7 @@ /* See LICENSE for licensing information */ #include "orconfig.h" -#include "lib/crypt_ops/crypto.h" +#include "lib/crypt_ops/crypto_cipher.h" #include "core/or/or.h" #include "test/test.h" |