diff options
author | Christian Heimes <christian@python.org> | 2022-07-29 14:42:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 14:42:09 (GMT) |
commit | f81a6c5fc7b13bd2076bdb1481c6085e0ed67184 (patch) | |
tree | d8216a6e0ec90c2328ba7b48c8deef7d169abe6a /Doc/library/ssl.rst | |
parent | 2fbee85931296bbeddae6358583e400ce5321f89 (diff) | |
download | cpython-f81a6c5fc7b13bd2076bdb1481c6085e0ed67184.zip cpython-f81a6c5fc7b13bd2076bdb1481c6085e0ed67184.tar.gz cpython-f81a6c5fc7b13bd2076bdb1481c6085e0ed67184.tar.bz2 |
gh-95415: Make availability directive consistent (GH-95416)
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 19225c8..e6e9a08 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -410,9 +410,6 @@ Certificate handling * :attr:`openssl_capath_env` - OpenSSL's environment key that points to a capath, * :attr:`openssl_capath` - hard coded path to a capath directory - .. availability:: LibreSSL ignores the environment vars - :attr:`openssl_cafile_env` and :attr:`openssl_capath_env`. - .. versionadded:: 3.4 .. function:: enum_certificates(store_name) |