aboutsummaryrefslogtreecommitdiff
path: root/changes/cleanup_17587
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-13 09:46:32 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-13 09:46:32 -0500
commitaccb726db6ebd7cf55df719a254b7681402c2aa9 (patch)
treefb659dac7cce4c53355f4d0ed6b30315b63e3a71 /changes/cleanup_17587
parent43609fba77ec99d73bc18b9f7368c4840c4f338a (diff)
downloadtor-accb726db6ebd7cf55df719a254b7681402c2aa9.tar.gz
tor-accb726db6ebd7cf55df719a254b7681402c2aa9.zip
Remove a little duplicated code in TAP key expansion
patch from pfrankw; closes 17587.
Diffstat (limited to 'changes/cleanup_17587')
-rw-r--r--changes/cleanup_175873
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/cleanup_17587 b/changes/cleanup_17587
new file mode 100644
index 0000000000..05e00fd9e5
--- /dev/null
+++ b/changes/cleanup_17587
@@ -0,0 +1,3 @@
+ o Code simplifications and refactorings:
+ - Clean up a little duplicated code in crypto_expand_key_material_TAP.
+ Closes ticket 17587; patch from "pfrankw".