Commit 066e378d authored by Mouse's avatar Mouse

Revert "Addressing problems Travis CI found"

This reverts commit 87e34efe.
parent 3988b1a3
...@@ -64,8 +64,8 @@ INTEGER_encode_der(const asn_TYPE_descriptor_t *td, const void *sptr, ...@@ -64,8 +64,8 @@ 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, int tag_mode, ber_tlv_tag_t tag, asn_app_consume_bytes_f *cb,
void *app_key) { void *app_key) {
const INTEGER_t *st = (const INTEGER_t *)sptr; const INTEGER_t *st = (const INTEGER_t *)sptr;
asn_enc_rval_t rval = {0,0}; asn_enc_rval_t rval = {0};
INTEGER_t effective_integer = {0,0}; INTEGER_t effective_integer = {0};
ASN_DEBUG("%s %s as INTEGER (tm=%d)", ASN_DEBUG("%s %s as INTEGER (tm=%d)",
cb?"Encoding":"Estimating", td->name, tag_mode); cb?"Encoding":"Estimating", td->name, tag_mode);
......
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