summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 10:53:36 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 11:03:39 -0400
commit727db7aeb9e3e4355b9a2fd065f2b7e52f1082b1 (patch)
tree5ca0fe29c9c8fbbbb0adda5af144247a18556eb7 /src/or
parenta403ee6bb31168e19cf4173fff0e9acf9548231f (diff)
downloadtor-727db7aeb9e3e4355b9a2fd065f2b7e52f1082b1.tar.gz
tor-727db7aeb9e3e4355b9a2fd065f2b7e52f1082b1.zip
Rectify include paths (automated)
Diffstat (limited to 'src/or')
-rw-r--r--src/or/keypin.c2
-rw-r--r--src/or/onion_ntor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/keypin.c b/src/or/keypin.c
index 4026460281..921a401a4f 100644
--- a/src/or/keypin.c
+++ b/src/or/keypin.c
@@ -14,7 +14,7 @@
#include "common/compat.h"
#include "common/crypto_digest.h"
#include "common/crypto_format.h"
-#include "common/di_ops.h"
+#include "lib/ctime/di_ops.h"
#include "ht.h"
#include "or/keypin.h"
#include "siphash.h"
diff --git a/src/or/onion_ntor.h b/src/or/onion_ntor.h
index 3acb1eb626..13a3298ac0 100644
--- a/src/or/onion_ntor.h
+++ b/src/or/onion_ntor.h
@@ -6,7 +6,7 @@
#include "common/torint.h"
#include "common/crypto_curve25519.h"
-#include "common/di_ops.h"
+#include "lib/ctime/di_ops.h"
/** State to be maintained by a client between sending an ntor onionskin
* and receiving a reply. */