]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test: Fix a python double-space
authorteor <teor@torproject.org>
Sat, 16 Nov 2019 14:04:10 +0000 (00:04 +1000)
committerteor <teor@torproject.org>
Tue, 26 Nov 2019 01:00:39 +0000 (11:00 +1000)
src/test/ntor_ref.py

index 204f05e2ad229cc120b031db101509e2ec174e9e..3e642eb257e8f3927144c3f73fbf70f4efb0c83a 100755 (executable)
@@ -99,7 +99,7 @@ else:
    def int2byte(i):
       return bytes([i])
 
-def  kdf_rfc5869(key, salt, info, n):
+def kdf_rfc5869(key, salt, info, n):
 
     prk = HMAC(key=salt, msg=key)