Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
53827fd8
Commit
53827fd8
authored
Sep 08, 2006
by
Lev Walkin
Browse files
encoding bug
parent
9e4f415c
Changes
1
Hide whitespace changes
Inline
Side-by-side
skeletons/INTEGER.c
View file @
53827fd8
...
...
@@ -598,6 +598,7 @@ INTEGER_encode_uper(asn_TYPE_descriptor_t *td,
_ASN_ENCODE_FAILED
;
if
(
per_put_many_bits
(
po
,
buf
,
8
*
mayEncode
))
_ASN_ENCODE_FAILED
;
buf
+=
mayEncode
;
}
_ASN_ENCODED_OK
(
er
);
...
...
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