[pyOpenSSL] Fix return type of SSLeay_version (#10037)

Closes: #10024
This commit is contained in:
Sebastian Rittau
2023-04-12 16:01:30 +02:00
committed by GitHub
parent be4f64cc4f
commit 8f17863f0c

View File

@@ -110,7 +110,7 @@ class WantX509LookupError(Error): ...
class ZeroReturnError(Error): ...
class SysCallError(Error): ...
def SSLeay_version(type: int) -> str: ...
def SSLeay_version(type: int) -> bytes: ...
class Session: ...