Skip to content

Commit

Permalink
Fix pyelliptic OpenSSL 1.1 compatibility if it's also present in site…
Browse files Browse the repository at this point in the history
…-packages
  • Loading branch information
shortcutme committed Sep 15, 2019
1 parent 4293a44 commit 10817ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pyelliptic/cipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (C) 2011 Yann GUIBET <yannguibet@gmail.com>
# See LICENSE for details.

from pyelliptic.openssl import OpenSSL
from .openssl import OpenSSL


class Cipher:
Expand Down

0 comments on commit 10817ae

Please sign in to comment.