Skip to content

Commit

Permalink
Revert #496 fixes #500
Browse files Browse the repository at this point in the history
  • Loading branch information
kueblc committed Jan 13, 2020
1 parent 4ed300f commit b9d4cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/psk-frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def new_client(self, s1):
ssl_version=ssl.PROTOCOL_TLSv1_2,
ciphers='PSK-AES128-CBC-SHA256',
psk=lambda identity: gen_psk(identity, self.hint),
hint=self.hint.decode())
hint=self.hint)

s2 = client(self.host, self.port)
self.sessions.append((ssl_sock, s2))
Expand Down

0 comments on commit b9d4cdc

Please sign in to comment.