Merge remote-tracking branch 'teor/bug23760_nc'

This commit is contained in:
Nick Mathewson
2017-11-21 13:56:57 -05:00
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
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.