]> git.ipfire.org Git - thirdparty/tor.git/commit
Give relay_crypto.c access to cpath private members.
authorNick Mathewson <nickm@torproject.org>
Wed, 4 Jun 2025 15:09:47 +0000 (11:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commite7b40446560f2465f32438f338e4bfd826836dab
tree81a7d4d3ad079abbbd1f09584c37d7dd5eaef762
parentca962e2f14ba1a4e48e536bdc5cfa728a2cf9759
Give relay_crypto.c access to cpath private members.

I'd considered moving all the relevant functions to crypt_path.c,
but after some experimentation it didn't seem to improve matters.
src/core/crypto/relay_crypto.c