Commit fb4d5af4 authored by Mouse's avatar Mouse

More for Travis CI

parent 87e34efe
......@@ -64,7 +64,7 @@ INTEGER_encode_der(const asn_TYPE_descriptor_t *td, const void *sptr,
int tag_mode, ber_tlv_tag_t tag, asn_app_consume_bytes_f *cb,
void *app_key) {
const INTEGER_t *st = (const INTEGER_t *)sptr;
asn_enc_rval_t rval = {0,0};
asn_enc_rval_t rval = {0,0,0};
INTEGER_t effective_integer = {0,0};
ASN_DEBUG("%s %s as INTEGER (tm=%d)",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment