From 07fbbfde1b300369b4f8d1cfb80045fbb23b7091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Fri, 5 Oct 2018 16:17:18 +0200 Subject: bpo-34906: Doc: Fix typos (GH-9712) --- Modules/_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_ssl.c') diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 99d4ecceaf..96bdac4491 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. -- cgit v1.2.1