From 8b5b7d470f4ef1957df77d343c8e87b1350351e3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 31 Jul 2017 20:28:42 -0400 Subject: Fix the hs_ntor integration tests to work with the pysha3 module The sha3 module should still work. Fixes bug 23071; bugfix on 0.3.1.1-alpha. --- changes/bug23071 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug23071 (limited to 'changes/bug23071') diff --git a/changes/bug23071 b/changes/bug23071 new file mode 100644 index 0000000000..4756dd6252 --- /dev/null +++ b/changes/bug23071 @@ -0,0 +1,5 @@ + o Minor bugfixes (tests): + - Port the hs_ntor handshake test to work correctly with recent + versions of the pysha3 module. Fixes bug 23071; bugfix on + 0.3.1.1-alpha. + -- cgit v1.2.3-54-g00ecf