aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto
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/crypto
parentea5f355fc96b6c61b40dafaea05f147f6d9ba57b (diff)
downloadtor-7f2cd6545ce324b5241f002e7c412408ca5902b7.tar.gz
tor-7f2cd6545ce324b5241f002e7c412408ca5902b7.zip
Hiding crypt_path_t: Hide 'crypto' usage in sendme.c
Diffstat (limited to 'src/core/crypto')
-rw-r--r--src/core/crypto/relay_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/relay_crypto.c b/src/core/crypto/relay_crypto.c
index 96b1002cab..74cccd2223 100644
--- a/src/core/crypto/relay_crypto.c
+++ b/src/core/crypto/relay_crypto.c
@@ -164,7 +164,7 @@ relay_decrypt_cell(circuit_t *circ, cell_t *cell,
/* This cell is for us. Keep a record of this cell because we will
* use it in the next SENDME cell. */
if (sendme_circuit_cell_is_next(thishop->deliver_window)) {
- sendme_circuit_record_inbound_cell(thishop);
+ cpath_sendme_circuit_record_inbound_cell(thishop);
}
return 0;
}