mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
4 lines
270 B
Text
4 lines
270 B
Text
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.
|