Fix pyelliptic OpenSSL 1.1 compatibility if it's also present in site-packages

This commit is contained in:
shortcutme 2019-09-15 22:08:48 +02:00
parent 4293a44c93
commit 10817aefae
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -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: