Skip to content

Commit ec7e84a

Browse files
committed
resolve conflicts relevant openssl
1 parent 72f7809 commit ec7e84a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/pyelliptic/openssl.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -654,13 +654,9 @@ def malloc(self, data, size):
654654

655655

656656
def loadOpenSSL():
657-
<<<<<<< HEAD
658657
"""Method find and load the OpenSSL library"""
659658
# pylint: disable=global-statement, protected-access, too-many-branches
660-
=======
661-
"""This function finds and load the OpenSSL library"""
662-
# pylint: disable=global-statement
663-
>>>>>>> fba2d6d8375fa6968dd1a0c01354e2f7b08ce490
659+
664660
global OpenSSL
665661
from os import path, environ
666662
from ctypes.util import find_library

0 commit comments

Comments
 (0)