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/fuzz/fuzzing_common.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/fuzz/fuzzing_common.c')
-rw-r--r-- | src/test/fuzz/fuzzing_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/fuzzing_common.c b/src/test/fuzz/fuzzing_common.c index 0b3483bf66..1222162bfa 100644 --- a/src/test/fuzz/fuzzing_common.c +++ b/src/test/fuzz/fuzzing_common.c @@ -7,7 +7,7 @@ #include "app/config/config.h" #include "test/fuzz/fuzzing.h" #include "lib/compress/compress.h" -#include "lib/crypt_ops/crypto.h" +#include "lib/crypt_ops/crypto_cipher.h" #include "lib/crypt_ops/crypto_ed25519.h" static or_options_t *mock_options = NULL; |