Commit 043af0db authored by Lev Walkin's avatar Lev Walkin

#1150856, printing OCTET STRING value assignments

parent 6e8df43f
0.9.10: 2005-Feb-24
* Fixes #1150856 (vvvy@users.sourceforge.net).
0.9.9: 2005-Feb-22
* First release of XER (XML) decoding implementation (somewhat
......
......@@ -252,6 +252,7 @@ asn1print_value(asn1p_value_t *val, enum asn1print_flags flags) {
}
printf("'H");
}
return 0;
}
case ATV_REFERENCED:
return asn1print_ref(val->value.reference, flags);
......
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