mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
This commit is contained in:
parent
85a8629d21
commit
474afdda60
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ _get_peer_alt_names (X509 *certificate) {
|
|||
ASN1_STRING *as = NULL;
|
||||
|
||||
name = sk_GENERAL_NAME_value(names, j);
|
||||
gntype = name-> type;
|
||||
gntype = name->type;
|
||||
switch (gntype) {
|
||||
case GEN_DIRNAME:
|
||||
/* we special-case DirName as a tuple of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue