Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gaoridong
asn1c
Commits
47189a7e
Commit
47189a7e
authored
11 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
make unber compilable by satisfying dependency.
parent
0ff71290
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
asn1c/unber.c
+1
-0
1 addition, 0 deletions
asn1c/unber.c
with
1 addition
and
0 deletions
asn1c/unber.c
+
1
−
0
View file @
47189a7e
...
...
@@ -775,3 +775,4 @@ asn_dec_rval_t OCTET_STRING_decode_uper(asn_codec_ctx_t *ctx, asn_TYPE_descripto
asn_enc_rval_t
OCTET_STRING_encode_uper
(
asn_TYPE_descriptor_t
*
td
,
asn_per_constraints_t
*
cts
,
void
*
sptr
,
asn_per_outp_t
*
po
)
{
asn_enc_rval_t
er
=
{
0
,
0
,
0
};
(
void
)
td
;
(
void
)
cts
;
(
void
)
sptr
;
(
void
)
po
;
return
er
;
}
size_t
xer_whitespace_span
(
const
void
*
chunk_buf
,
size_t
chunk_size
)
{
(
void
)
chunk_buf
;
(
void
)
chunk_size
;
return
0
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment