From 474afdda6035049f83bf082850e150bf7a04cb1d Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 17 Aug 2013 17:18:56 +0200 Subject: 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 9f67bfe..fdb3234 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 -- cgit v0.12