ASN.1: Support wider bit sets (fix #514)
This commit is contained in:

committed by
Nico Williams

parent
10164490b7
commit
a3a8c1e4a4
@@ -51,7 +51,7 @@
|
||||
|
||||
struct units {
|
||||
const char *name;
|
||||
unsigned mult;
|
||||
unsigned long long mult;
|
||||
};
|
||||
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
|
Reference in New Issue
Block a user