Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9b5907cb
Commit
9b5907cb
authored
Aug 17, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Plain Diff
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
parents
a7e7497d
474afdda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/_ssl.c
Modules/_ssl.c
+1
-1
No files found.
Modules/_ssl.c
View file @
9b5907cb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment