diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-05 14:17:18 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-05 14:17:18 (GMT) |
commit | 07fbbfde1b300369b4f8d1cfb80045fbb23b7091 (patch) | |
tree | 22b0c9ff108a70fb54acef879c3ee66ed29452f6 /Modules | |
parent | 7a7693e9cb12e5571c76331db56a28eef9acb6e0 (diff) | |
download | cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.zip cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.gz cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.bz2 |
bpo-34906: Doc: Fix typos (GH-9712)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 99d4ecc..96bdac4 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -273,7 +273,7 @@ SSL_SESSION_get_ticket_lifetime_hint(const SSL_SESSION *s) #error "Py_SSL_DEFAULT_CIPHERS 0 needs Py_SSL_DEFAULT_CIPHER_STRING" #endif #elif PY_SSL_DEFAULT_CIPHERS == 1 -/* Python custom selection of sensible ciper suites +/* Python custom selection of sensible cipher suites * DEFAULT: OpenSSL's default cipher list. Since 1.0.2 the list is in sensible order. * !aNULL:!eNULL: really no NULL ciphers * !MD5:!3DES:!DES:!RC4:!IDEA:!SEED: no weak or broken algorithms on old OpenSSL versions. |