Commit c7a2101a authored by Lev Walkin's avatar Lev Walkin

make it compile

parent 9059af45
......@@ -837,3 +837,10 @@ OCTET_STRING_compare(const asn_TYPE_descriptor_t *td, const void *a,
(void)b;
return 0;
}
intmax_t
asn_random_between(intmax_t a, intmax_t b) {
(void)b;
return a;
};
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