commit | f1bd47ae146f0890fc710495cbef060e483996a3 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sat Aug 17 17:18:56 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Sat Aug 17 17:18:56 2013 +0200 |
tree | 91e3cd3cbe3770f4aa8bb500c3db84c926a16c74 | |
parent | 419e23cbb07a624609a219919eaecd3c61d8e9b4 [diff] |
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
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 @@ 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