summaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_rsa.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-11 14:08:22 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-11 14:12:36 -0400
commitf45107e7de7ff15c630dedcdd1f9bc524423838f (patch)
treed71efe36e1d81a90b1bdc70b41a635a0d0fc3dd5 /src/lib/crypt_ops/crypto_rsa.c
parent9010797e632065ae073cd69f6b76a2d55c06160d (diff)
downloadtor-f45107e7de7ff15c630dedcdd1f9bc524423838f.tar.gz
tor-f45107e7de7ff15c630dedcdd1f9bc524423838f.zip
Rename crypto.c to crypto_cipher.c (since that's all it still has.)
Diffstat (limited to 'src/lib/crypt_ops/crypto_rsa.c')
-rw-r--r--src/lib/crypt_ops/crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_rsa.c b/src/lib/crypt_ops/crypto_rsa.c
index d8a9be7ec9..ffe2bd2ceb 100644
--- a/src/lib/crypt_ops/crypto_rsa.c
+++ b/src/lib/crypt_ops/crypto_rsa.c
@@ -9,7 +9,7 @@
* \brief Block of functions related with RSA utilities and operations.
**/
-#include "lib/crypt_ops/crypto.h"
+#include "lib/crypt_ops/crypto_cipher.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "lib/crypt_ops/crypto_digest.h"
#include "lib/crypt_ops/crypto_format.h"