Commit 9b5907cb authored by Christian Heimes's avatar Christian Heimes

Issue #18768: coding style nitpick. Thanks to Vajrasky Kok

parents a7e7497d 474afdda
......@@ -810,7 +810,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment