Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1295e11

Browse files
ss18benjaminp
authored andcommitted
completly -> completely (#3999) (closes bpo-31788)
1 parent 1b9e76e commit 1295e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,7 @@ _ssl__SSLContext_impl(PyTypeObject *type, int proto_version)
27982798
#endif
27992799
SSL_CTX_set_options(self->ctx, options);
28002800

2801-
/* A bare minimum cipher list without completly broken cipher suites.
2801+
/* A bare minimum cipher list without completely broken cipher suites.
28022802
* It's far from perfect but gives users a better head start. */
28032803
if (proto_version != PY_SSL_VERSION_SSL2) {
28042804
result = SSL_CTX_set_cipher_list(ctx, "HIGH:!aNULL:!eNULL:!MD5");

0 commit comments

Comments
 (0)