Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
cec1c268
Commit
cec1c268
authored
Oct 24, 2018
by
Hanno Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Break overly long line in library/x509_create.c
parent
ee334a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
library/x509_create.c
library/x509_create.c
+4
-3
No files found.
library/x509_create.c
View file @
cec1c268
...
...
@@ -168,9 +168,10 @@ int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *na
}
else
if
(
!
in_tag
&&
(
*
c
==
','
||
c
==
end
)
)
{
mbedtls_asn1_named_data
*
cur
=
mbedtls_asn1_store_named_data
(
head
,
oid
,
strlen
(
oid
),
(
unsigned
char
*
)
data
,
d
-
data
);
mbedtls_asn1_named_data
*
cur
=
mbedtls_asn1_store_named_data
(
head
,
oid
,
strlen
(
oid
),
(
unsigned
char
*
)
data
,
d
-
data
);
if
(
cur
==
NULL
)
{
...
...
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