make it compile

This commit is contained in:
Lev Walkin 2017-09-29 23:14:41 -07:00
parent 9059af457b
commit c7a2101a2e
1 changed files with 7 additions and 0 deletions

View File

@ -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;
};