From e796949be2618947416a9c9f540e3114fd775f2c Mon Sep 17 00:00:00 2001
From: Christian Heimes <christian@cheimes.de>
Date: Sat, 17 Aug 2013 17:18:56 +0200
Subject: [PATCH] Issue #18768: coding style nitpick. Thanks to Vajrasky Kok

---
 Modules/_ssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 9f67bfe55bc..fdb323425d4 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -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
-- 
2.30.9