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
c70c2ef1
Commit
c70c2ef1
authored
Sep 30, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unnecessary newline
parent
afcd6dfb
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
3 additions
and
22 deletions
+3
-22
libasn1print/asn1print.c
libasn1print/asn1print.c
+3
-1
tests/04-enum-SE.asn1.-E
tests/04-enum-SE.asn1.-E
+0
-1
tests/07-int-OK.asn1.-EF
tests/07-int-OK.asn1.-EF
+0
-1
tests/14-resolver-OK.asn1.-EF
tests/14-resolver-OK.asn1.-EF
+0
-1
tests/16-constraint-OK.asn1.-EF
tests/16-constraint-OK.asn1.-EF
+0
-1
tests/19-param-OK.asn1.-EF
tests/19-param-OK.asn1.-EF
+0
-1
tests/20-constr-OK.asn1.-EF
tests/20-constr-OK.asn1.-EF
+0
-1
tests/21-tags-OK.asn1.-EF
tests/21-tags-OK.asn1.-EF
+0
-1
tests/22-tags-OK.asn1.-EF
tests/22-tags-OK.asn1.-EF
+0
-1
tests/23-bits-OK.asn1.-EF
tests/23-bits-OK.asn1.-EF
+0
-1
tests/24-sequence-OK.asn1.-EF
tests/24-sequence-OK.asn1.-EF
+0
-1
tests/31-set-of-OK.asn1.-EF
tests/31-set-of-OK.asn1.-EF
+0
-1
tests/32-sequence-of-OK.asn1.-EF
tests/32-sequence-of-OK.asn1.-EF
+0
-1
tests/34-class-OK.asn1.-EF
tests/34-class-OK.asn1.-EF
+0
-1
tests/37-indirect-choice-OK.asn1.-EF
tests/37-indirect-choice-OK.asn1.-EF
+0
-1
tests/42-real-life-OK.asn1.-EF
tests/42-real-life-OK.asn1.-EF
+0
-1
tests/45-undefined-type-SE.asn1.-EFfknown-extern-type=KnownExt
.../45-undefined-type-SE.asn1.-EFfknown-extern-type=KnownExt
+0
-1
tests/49-real-life-OK.asn1.-E
tests/49-real-life-OK.asn1.-E
+0
-1
tests/50-constraint-OK.asn1.-EFprint-constraints
tests/50-constraint-OK.asn1.-EFprint-constraints
+0
-0
tests/55-components-of-OK.asn1.-EF
tests/55-components-of-OK.asn1.-EF
+0
-1
tests/58-param-OK.asn1.-EF
tests/58-param-OK.asn1.-EF
+0
-1
tests/60-any-OK.asn1.-EF
tests/60-any-OK.asn1.-EF
+0
-1
tests/62-any-OK.asn1.-EF
tests/62-any-OK.asn1.-EF
+0
-1
No files found.
libasn1print/asn1print.c
View file @
c70c2ef1
...
...
@@ -31,6 +31,7 @@ static int asn1print_expr(asn1p_t *asn, asn1p_module_t *mod, asn1p_expr_t *tc, e
int
asn1print
(
asn1p_t
*
asn
,
enum
asn1print_flags
flags
)
{
asn1p_module_t
*
mod
;
int
modno
=
0
;
if
(
asn
==
NULL
)
{
errno
=
EINVAL
;
...
...
@@ -38,6 +39,7 @@ asn1print(asn1p_t *asn, enum asn1print_flags flags) {
}
TQ_FOR
(
mod
,
&
(
asn
->
modules
),
mod_next
)
{
if
(
modno
++
)
printf
(
"
\n
"
);
asn1print_module
(
asn
,
mod
,
flags
);
}
...
...
@@ -48,7 +50,7 @@ static int
asn1print_module
(
asn1p_t
*
asn
,
asn1p_module_t
*
mod
,
enum
asn1print_flags
flags
)
{
asn1p_expr_t
*
tc
;
printf
(
"
\n
%s "
,
mod
->
Identifier
);
printf
(
"%s "
,
mod
->
Identifier
);
if
(
mod
->
module_oid
)
{
asn1print_oid
(
mod
->
module_oid
,
flags
);
printf
(
"
\n
"
);
...
...
tests/04-enum-SE.asn1.-E
View file @
c70c2ef1
ModuleTestEnum2 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
4 }
...
...
tests/07-int-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestInt1 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
7 }
...
...
tests/14-resolver-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestResolver2 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
14 1 }
...
...
tests/16-constraint-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestConstraint {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
16 }
...
...
tests/19-param-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestParam {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
19 }
...
...
tests/20-constr-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestConstr {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
20 }
...
...
tests/21-tags-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestTags1 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
21 1 }
...
...
tests/22-tags-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestTags3 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
22 }
...
...
tests/23-bits-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestBitString {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
23 }
...
...
tests/24-sequence-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestSequence {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
24 }
...
...
tests/31-set-of-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestSetOfSimple {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
31 }
...
...
tests/32-sequence-of-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestSequenceSimple {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
32 }
...
...
tests/34-class-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestClassSimple {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
34 }
...
...
tests/37-indirect-choice-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestIndirectChoiceFine {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
37 }
...
...
tests/42-real-life-OK.asn1.-EF
View file @
c70c2ef1
ModuleLAPStorage {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
42 }
...
...
tests/45-undefined-type-SE.asn1.-EFfknown-extern-type=KnownExt
View file @
c70c2ef1
ModuleKnownExternType {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
45 }
...
...
tests/49-real-life-OK.asn1.-E
View file @
c70c2ef1
ModuleSetChoiceExtensibility {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
49 }
...
...
tests/50-constraint-OK.asn1.-EFprint-constraints
View file @
c70c2ef1
No preview for this file type
tests/55-components-of-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestComponentsOf {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
55 }
...
...
tests/58-param-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestParam {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
58 }
...
...
tests/60-any-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestANY {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
60 }
...
...
tests/62-any-OK.asn1.-EF
View file @
c70c2ef1
ModuleTestANYSyntax {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
62 }
...
...
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