Fixed a bug in OpenSSL.crypto stub (#5796)

Co-authored-by: Vasily Zakharov <v.zakharov@wwpass.com>
This commit is contained in:
Vasily Zakharov
2021-07-22 01:58:17 +03:00
committed by GitHub
parent 966858fd4c
commit 0baeef09a2

View File

@@ -45,7 +45,7 @@ class X509Name:
emailAddress: Text
def __init__(self, name: X509Name) -> None: ...
def der(self) -> bytes: ...
def get_components(self) -> List[Tuple[str, str]]: ...
def get_components(self) -> List[Tuple[bytes, bytes]]: ...
def hash(self) -> int: ...
class X509: