Skip to content

Commit

Permalink
new code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 6, 2016
1 parent 2c3d0ef commit b244dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/base/common.py
Expand Up @@ -1221,7 +1221,7 @@ def on_child(self):
# ssl base infra-structure, required for security
seed = str(uuid.uuid4())
seed = legacy.bytes(seed)
socket.RAND_add(seed, 0.0)
ssl.RAND_add(seed, 0.0)

def info_dict(self, full = False):
info = dict(
Expand Down

0 comments on commit b244dd2

Please sign in to comment.