Merge remote-tracking branch 'teor/ticket24001'
[tor/appveyor.git] / changes / ticket23760
blob9213b14627e1874807e862abee353d09522c92fe
1   o Code simplification and refactoring:
2     - We make extend_info_from_node() use node_get_curve25519_onion_key()
3       introduced in ticket 23577 to access the curve25519 public keys rather
4       than accessing it directly. Closes ticket 23760. Patch by Neel Chauhan.