Remove a little duplicated code in TAP key expansion

patch from pfrankw; closes 17587.
This commit is contained in:
Nick Mathewson
2015-11-13 09:46:32 -05:00
parent 43609fba77
commit accb726db6
2 changed files with 8 additions and 8 deletions
+3
View File
@@ -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".