Skip to content

Commit

Permalink
fix for newer openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Feb 19, 2020
1 parent f115c92 commit c35b802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pyff/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ def setUpClass(cls):
cls.public_keyspec = tempfile.NamedTemporaryFile('w').name

_p(['openssl', 'genrsa',
'2048',
'-nodes'], outf=cls.private_keyspec, ignore_exit=True)
'2048'], outf=cls.private_keyspec, ignore_exit=True)
_p(['openssl', 'req',
'-x509',
'-sha1',
Expand Down

0 comments on commit c35b802

Please sign in to comment.