]> git.ipfire.org Git - thirdparty/tor.git/commit
Use the kdf_rfc5869() function instead of kdf().
authorAlexander Færøy <ahf@0x90.dk>
Thu, 25 Feb 2016 22:39:14 +0000 (23:39 +0100)
committerNick Mathewson <nickm@torproject.org>
Sun, 28 Feb 2016 14:24:59 +0000 (15:24 +0100)
commitd4c5ccf79c7fd46d1f18f91a8b3a9b98ff328e45
tree42ae482645e7c5514fff746c1de18d30af20395e
parentc6858cb5fe3c956b9413a29717071bdd1a28b3dd
Use the kdf_rfc5869() function instead of kdf().

This patch fixes an issue in "ntor_ref.py gen_kdf_vectors" where the
script tries to call the undefined function kdf().
src/test/ntor_ref.py