diff --git a/stubs/pyOpenSSL/OpenSSL/crypto.pyi b/stubs/pyOpenSSL/OpenSSL/crypto.pyi index a0822311c..ce2044906 100644 --- a/stubs/pyOpenSSL/OpenSSL/crypto.pyi +++ b/stubs/pyOpenSSL/OpenSSL/crypto.pyi @@ -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: