Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
09eb7e84
Commit
09eb7e84
authored
Sep 11, 2018
by
garciay
Browse files
Minor bug fid
parent
fe6d3236
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/itscertgen/asn1certgen/asncodec/PsidGroupPermissions.c
View file @
09eb7e84
...
...
@@ -54,7 +54,7 @@ static int asn_DFL_4_set_0(void **sptr) {
static
int
asn_DFL_5_cmp_0
(
const
void
*
sptr
)
{
const
uint8_t
*
def_buf
[]
=
{
0
};
BIT_STRING_t
defv
=
{
def_buf
,
1
,
7
};
return
BIT_STRING_compare
(
&
asn_DEF_EndEntityType
,
sptr
,
&
def
);
return
BIT_STRING_compare
(
&
asn_DEF_EndEntityType
,
sptr
,
&
def
v
);
}
static
int
asn_DFL_5_set_0
(
void
**
sptr
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment