Skip to content

Commit 6febeec

Browse files
authored
Merge pull request #501 from ct-Open-Source/development
Revert #496 fixes #500
2 parents 1325cca + b9d4cdc commit 6febeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/psk-frontend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def new_client(self, s1):
6363
ssl_version=ssl.PROTOCOL_TLSv1_2,
6464
ciphers='PSK-AES128-CBC-SHA256',
6565
psk=lambda identity: gen_psk(identity, self.hint),
66-
hint=self.hint.decode())
66+
hint=self.hint)
6767

6868
s2 = client(self.host, self.port)
6969
self.sessions.append((ssl_sock, s2))

0 commit comments

Comments
 (0)