summaryrefslogtreecommitdiff
path: root/src/core/or/relay_crypto_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/relay_crypto_st.h')
-rw-r--r--src/core/or/relay_crypto_st.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/or/relay_crypto_st.h b/src/core/or/relay_crypto_st.h
index dafce257c7..83bbd329a6 100644
--- a/src/core/or/relay_crypto_st.h
+++ b/src/core/or/relay_crypto_st.h
@@ -25,7 +25,9 @@ struct relay_crypto_t {
/** Digest state for cells heading away from the OR at this step. */
struct crypto_digest_t *b_digest;
+ /** Digest used for the next SENDME cell if any. */
+ uint8_t sendme_digest[DIGEST_LEN];
};
#undef crypto_cipher_t
-#endif
+#endif /* !defined(RELAY_CRYPTO_ST_H) */