tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ee849ee8b6d099fb4de9d37ce6063a8955204b82
parent 8b5b7d470f4ef1957df77d343c8e87b1350351e3
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  2 Aug 2017 12:44:39 -0400

Make the hs_ntor_ref logic more correct when there is no sha3 module

Diffstat:
Msrc/test/hs_ntor_ref.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/hs_ntor_ref.py b/src/test/hs_ntor_ref.py @@ -60,7 +60,7 @@ try: except ImportError: # In python 3.6, the sha3 functions are in hashlib whether we # import sha3 or not. - pass + sha3 = None try: # Pull the sha3 functions in.