mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Not needed.
This commit is contained in:
parent
4e58748c4a
commit
119ba9468e
@ -141,11 +141,9 @@ class _StorageClientHTTPSPolicy:
|
||||
|
||||
# IOpenSSLClientConnectionCreator
|
||||
def clientConnectionForTLS(self, tlsProtocol):
|
||||
connection = SSL.Connection(
|
||||
return SSL.Connection(
|
||||
_TLSContextFactory(self.expected_spki_hash).getContext(), None
|
||||
)
|
||||
connection.set_app_data(tlsProtocol)
|
||||
return connection
|
||||
|
||||
|
||||
class StorageClient(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user