Skip to content

Commit 14968e6

Browse files
authored
[ssl] Deprecate RAND_egd (#15572)
1 parent 900bad5 commit 14968e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/_ssl.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if sys.version_info < (3, 12):
5555
def RAND_pseudo_bytes(n: int, /) -> tuple[bytes, bool]: ...
5656

5757
if sys.version_info < (3, 10):
58+
@deprecated("Unsupported by OpenSSL since 1.1.1; removed in Python 3.10.")
5859
def RAND_egd(path: str) -> None: ...
5960

6061
def RAND_status() -> bool: ...

0 commit comments

Comments
 (0)