You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2022. It is now read-only.
I'm using win10 64 bit.
when "token->type.encoding =TYPE_ENCODING(*parser->current);" used to assigne "type.encoding" below code always returns false. "type.encoding" must be at least two bit. (one for signe).
I'm using win10 64 bit.
when "token->type.encoding =TYPE_ENCODING(*parser->current);" used to assigne "type.encoding" below code always returns false. "type.encoding" must be at least two bit. (one for signe).
static bool type_eq(const asn1_type_t *type, asn1_class_t class, asn1_tag_t tag,
asn1_encoding_t encoding) {
return (type->class == class) && (type->tag == tag) &&
(type->encoding == encoding);
}
The text was updated successfully, but these errors were encountered: