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
5b7eeaff
Commit
5b7eeaff
authored
Mar 28, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better wrapping
parent
5d32c21c
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
17 deletions
+18
-17
libasn1print/asn1print.c
libasn1print/asn1print.c
+2
-2
tests/07-int-OK.asn1.-EF
tests/07-int-OK.asn1.-EF
+2
-2
tests/14-resolver-OK.asn1.-EF
tests/14-resolver-OK.asn1.-EF
+2
-2
tests/32-sequence-of-OK.asn1.-EF
tests/32-sequence-of-OK.asn1.-EF
+2
-2
tests/55-components-of-OK.asn1.-EF
tests/55-components-of-OK.asn1.-EF
+2
-2
tests/60-any-OK.asn1.-EF
tests/60-any-OK.asn1.-EF
+2
-2
tests/74-int-enum-constraints-OK.asn1.-EFprint-constraints
tests/74-int-enum-constraints-OK.asn1.-EFprint-constraints
+2
-1
tests/79-constrained-by-OK.asn1.-EF
tests/79-constrained-by-OK.asn1.-EF
+2
-2
tests/82-with-comps-OK.asn1.-EF
tests/82-with-comps-OK.asn1.-EF
+2
-2
No files found.
libasn1print/asn1print.c
View file @
5b7eeaff
...
...
@@ -126,9 +126,9 @@ asn1print_oid(int prior_len, asn1p_oid_t *oid, enum asn1print_flags flags) {
for
(
ac
=
0
;
ac
<
oid
->
arcs_count
;
ac
++
)
{
const
char
*
arcname
=
oid
->
arcs
[
ac
].
name
;
if
(
accum
+
strlen
(
arcname
?
arcname
:
""
)
>
7
5
)
{
if
(
accum
+
strlen
(
arcname
?
arcname
:
""
)
>
7
2
)
{
printf
(
"
\n\t
"
);
accum
=
0
;
accum
=
8
;
}
else
{
accum
+=
printf
(
" "
);
}
...
...
tests/07-int-OK.asn1.-EF
View file @
5b7eeaff
ModuleTestInt1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363)
software(1) asn1c(5) test(1) 7 }
ModuleTestInt1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
s
pelio(9363) s
oftware(1) asn1c(5) test(1) 7 }
DEFINITIONS ::=
BEGIN
...
...
tests/14-resolver-OK.asn1.-EF
View file @
5b7eeaff
...
...
@@ -32,8 +32,8 @@ Enumeration ::= ENUMERATED {
END
HiddenModule { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363)
software(1) asn1c(5) test(1) 14 3 }
HiddenModule { iso org(3) dod(6) internet(1) private(4) enterprise(1)
s
pelio(9363) s
oftware(1) asn1c(5) test(1) 14 3 }
DEFINITIONS ::=
BEGIN
...
...
tests/32-sequence-of-OK.asn1.-EF
View file @
5b7eeaff
ModuleTestSequenceSimple { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 32 }
ModuleTestSequenceSimple { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 32 }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
tests/55-components-of-OK.asn1.-EF
View file @
5b7eeaff
ModuleTestComponentsOf { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 55 }
ModuleTestComponentsOf { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 55 }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
...
...
tests/60-any-OK.asn1.-EF
View file @
5b7eeaff
ModuleTestANY { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363)
software(1) asn1c(5) test(1) 60 }
ModuleTestANY { iso org(3) dod(6) internet(1) private(4) enterprise(1)
s
pelio(9363) s
oftware(1) asn1c(5) test(1) 60 }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
tests/74-int-enum-constraints-OK.asn1.-EFprint-constraints
View file @
5b7eeaff
ModuleTestIntegerAndEnumeratedConstraints { iso org(3) dod(6) internet(1)
private(4) enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 74 }
private(4) enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
74 }
DEFINITIONS ::=
BEGIN
...
...
tests/79-constrained-by-OK.asn1.-EF
View file @
5b7eeaff
ModuleTestConstrainedBy { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 79 }
ModuleTestConstrainedBy { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 79 }
DEFINITIONS ::=
BEGIN
...
...
tests/82-with-comps-OK.asn1.-EF
View file @
5b7eeaff
ModuleTestWithComponents { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 82 }
ModuleTestWithComponents { iso org(3) dod(6) internet(1) private(4)
enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 82 }
DEFINITIONS ::=
BEGIN
...
...
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