aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/crypt_path.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-05-03 18:27:58 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-05-03 18:29:51 +0300
commit7f2cd6545ce324b5241f002e7c412408ca5902b7 (patch)
treefe666adcee0f4a6a5d08d4918eae0bbaa54d2734 /src/core/or/crypt_path.h
parentea5f355fc96b6c61b40dafaea05f147f6d9ba57b (diff)
downloadtor-7f2cd6545ce324b5241f002e7c412408ca5902b7.tar.gz
tor-7f2cd6545ce324b5241f002e7c412408ca5902b7.zip
Hiding crypt_path_t: Hide 'crypto' usage in sendme.c
Diffstat (limited to 'src/core/or/crypt_path.h')
-rw-r--r--src/core/or/crypt_path.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/or/crypt_path.h b/src/core/or/crypt_path.h
index 19c8571d06..30c14b3dce 100644
--- a/src/core/or/crypt_path.h
+++ b/src/core/or/crypt_path.h
@@ -32,6 +32,10 @@ cpath_set_cell_forward_digest(crypt_path_t *cpath, cell_t *cell);
crypt_path_t *cpath_get_next_non_open_hop(crypt_path_t *cpath);
+void cpath_sendme_circuit_record_inbound_cell(crypt_path_t *cpath);
+
+uint8_t *cpath_get_sendme_digest(crypt_path_t *cpath);
+
#if defined(TOR_UNIT_TESTS)
unsigned int cpath_get_n_hops(crypt_path_t **head_ptr);
#endif /* defined(TOR_UNIT_TESTS) */