Skip to content

Commit 0baeef0

Browse files
jolafVasily Zakharov
andauthored
Fixed a bug in OpenSSL.crypto stub (#5796)
Co-authored-by: Vasily Zakharov <[email protected]>
1 parent 966858f commit 0baeef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pyOpenSSL/OpenSSL/crypto.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class X509Name:
4545
emailAddress: Text
4646
def __init__(self, name: X509Name) -> None: ...
4747
def der(self) -> bytes: ...
48-
def get_components(self) -> List[Tuple[str, str]]: ...
48+
def get_components(self) -> List[Tuple[bytes, bytes]]: ...
4949
def hash(self) -> int: ...
5050

5151
class X509:

0 commit comments

Comments
 (0)