This commit is contained in:
SomberNight 2018-01-04 03:40:35 +01:00 committed by ThomasV
parent b7c20e71ac
commit 498a269c88
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ def _parsePKCS8(_bytes):
def _parseSSLeay(bytes):
return _parseASN1PrivateKey(ASN1_Node(str(bytes)))
return _parseASN1PrivateKey(ASN1_Node(bytes))
def bytesToNumber(s):