aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_ope.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-31 19:56:42 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-31 19:56:42 -0400
commita4c0a0e81eb3616d7d66806e9ac8ea7c8d3bf439 (patch)
treef9d79c3198d2d19ee41ba74e57f45f0f89107924 /src/lib/crypt_ops/crypto_ope.c
parentfdaa483098d723b4be24a4e861c4280a67a3d4b0 (diff)
downloadtor-a4c0a0e81eb3616d7d66806e9ac8ea7c8d3bf439.tar.gz
tor-a4c0a0e81eb3616d7d66806e9ac8ea7c8d3bf439.zip
Fix issues with crypto_ope compilation now that crypto.h is gone
Diffstat (limited to 'src/lib/crypt_ops/crypto_ope.c')
-rw-r--r--src/lib/crypt_ops/crypto_ope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_ope.c b/src/lib/crypt_ops/crypto_ope.c
index ca42ae4341..fd5d5f3770 100644
--- a/src/lib/crypt_ops/crypto_ope.c
+++ b/src/lib/crypt_ops/crypto_ope.c
@@ -18,8 +18,8 @@
#define CRYPTO_OPE_PRIVATE
#include "lib/crypt_ops/crypto_ope.h"
-#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_util.h"
+#include "lib/crypt_ops/crypto_cipher.h"
#include "lib/log/util_bug.h"
#include "lib/malloc/malloc.h"
#include "lib/arch/bytes.h"