]> git.ipfire.org Git - thirdparty/tor.git/commit
Rename two "record_*_digest functions to "save".
authorNick Mathewson <nickm@torproject.org>
Wed, 28 May 2025 12:27:58 +0000 (08:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commited67ef78ab16cfaaee2e16dab94c28a940aa6b6d
treeba4ef0a6f9e1f7c7960aa10f9ec65f3822c3910c
parent374840c8093eb8bec303e7cf6efef182800e9079
Rename two "record_*_digest functions to "save".

This makes an important distinction: "recording" a digest puts
it in the expected-sendme queue, whereas "saving" a digest makes
a temporary copy inside the relay_crypto_t.
src/core/crypto/relay_crypto.c
src/core/crypto/relay_crypto.h
src/core/or/crypt_path.c
src/core/or/crypt_path.h
src/core/or/relay.c
src/core/or/sendme.c
src/core/or/sendme.h