[ssl] Deprecate RAND_egd (#15572)

This commit is contained in:
Semyon Moroz
2026-03-29 20:45:52 +04:00
committed by GitHub
parent 900bad5a71
commit 14968e64c6
+1
View File
@@ -55,6 +55,7 @@ if sys.version_info < (3, 12):
def RAND_pseudo_bytes(n: int, /) -> tuple[bytes, bool]: ...
if sys.version_info < (3, 10):
@deprecated("Unsupported by OpenSSL since 1.1.1; removed in Python 3.10.")
def RAND_egd(path: str) -> None: ...
def RAND_status() -> bool: ...