Changes file for ticket 23966.

This commit is contained in:
teor
2017-12-30 18:14:33 +11:00
parent 01efbe3bd3
commit e7029621db
+5
View File
@@ -0,0 +1,5 @@
o Code simplification and refactoring:
- Remove duplicate code in node_has_curve25519_onion_key() and
node_get_curve25519_onion_key(), and add a check for a zero microdesc
curve25519 onion key. Closes ticket 23966, patch by "aruna1234" and
"teor".