Skip to content

Commit

Permalink
Fix typ0 preventing to2web to start succesfully
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 9, 2016
1 parent c2deb69 commit ad72456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor2web/utils/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def cacheContext(self):

ecdh = _lib.EC_KEY_new_by_curve_name(_lib.NID_X9_62_prime256v1)
ecdh = _ffi.gc(ecdh, _lib.EC_KEY_free)
_lib.SSL_CTX_set_tmp_ecdh(ctx.context, ecdh)
_lib.SSL_CTX_set_tmp_ecdh(ctx._context, ecdh)

self._context = ctx

Expand Down

0 comments on commit ad72456

Please sign in to comment.