summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-17 15:18:56 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-17 15:18:56 (GMT)
commitf1bd47ae146f0890fc710495cbef060e483996a3 (patch)
tree91e3cd3cbe3770f4aa8bb500c3db84c926a16c74 /Modules
parent419e23cbb07a624609a219919eaecd3c61d8e9b4 (diff)
downloadcpython-f1bd47ae146f0890fc710495cbef060e483996a3.zip
cpython-f1bd47ae146f0890fc710495cbef060e483996a3.tar.gz
cpython-f1bd47ae146f0890fc710495cbef060e483996a3.tar.bz2
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 3ff76a5..10fb402 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -743,7 +743,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