mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5 lines
270 B
Plaintext
5 lines
270 B
Plaintext
o Code simplification and refactoring:
|
|
- We make extend_info_from_node() use node_get_curve25519_onion_key()
|
|
introduced in ticket 23577 to access the curve25519 public keys rather
|
|
than accessing it directly. Closes ticket 23760. Patch by Neel Chauhan.
|