Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
faf35a84
Commit
faf35a84
authored
Mar 16, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f36fcac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
libasn1fix/asn1fix_cws.c
libasn1fix/asn1fix_cws.c
+5
-2
No files found.
libasn1fix/asn1fix_cws.c
View file @
faf35a84
...
@@ -35,7 +35,8 @@ asn1f_parse_class_object(arg_t *arg) {
...
@@ -35,7 +35,8 @@ asn1f_parse_class_object(arg_t *arg) {
expr
->
Identifier
,
eclass
->
Identifier
,
expr
->
_lineno
);
expr
->
Identifier
,
eclass
->
Identifier
,
expr
->
_lineno
);
if
(
!
eclass
->
with_syntax
)
{
if
(
!
eclass
->
with_syntax
)
{
DEBUG
(
"Can't process classes without WITH SYNTAX just yet"
);
DEBUG
(
"Can't process classes without %s just yet"
,
"WITH SYNTAX"
);
return
0
;
return
0
;
}
}
...
@@ -101,9 +102,11 @@ _asn1f_parse_class_object_data(arg_t *arg, asn1p_expr_t *eclass,
...
@@ -101,9 +102,11 @@ _asn1f_parse_class_object_data(arg_t *arg, asn1p_expr_t *eclass,
case
WC_WHITESPACE
:
break
;
/* Ignore whitespace */
case
WC_WHITESPACE
:
break
;
/* Ignore whitespace */
case
WC_FIELD
:
{
case
WC_FIELD
:
{
struct
asn1p_ioc_cell_s
*
cell
;
struct
asn1p_ioc_cell_s
*
cell
;
int
lbraces
=
0
;
uint8_t
*
p
;
uint8_t
*
p
;
SKIPSPACES
;
SKIPSPACES
;
int
lbraces
=
0
;
p
=
buf
;
p
=
buf
;
if
(
p
<
bend
&&
*
p
==
'{'
)
if
(
p
<
bend
&&
*
p
==
'{'
)
lbraces
=
1
,
p
++
;
lbraces
=
1
,
p
++
;
...
...
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