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/tools | |
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/tools')
-rw-r--r-- | src/tools/tor-gencert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index 7e54483b28..63e24d922c 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -33,9 +33,9 @@ ENABLE_GCC_WARNING(redundant-decls) #include <errno.h> -#include "lib/crypt_ops/crypto.h" #include "lib/crypt_ops/crypto_digest.h" #include "lib/crypt_ops/crypto_rand.h" +#include "lib/crypt_ops/crypto_rsa.h" #include "lib/crypt_ops/crypto_util.h" #include "lib/encoding/binascii.h" #include "lib/encoding/time_fmt.h" |