MAX_FILTERS
const char *sign_filters[MAX_FILTERS] = { NULL };
const char *hash_filters[MAX_FILTERS] = { NULL };
const char *curve_filters[MAX_FILTERS] = { NULL };
if(MAX_FILTERS < 1){
if(sign_filters_num >= MAX_FILTERS){
if(hash_filters_num >= MAX_FILTERS){
if(curve_filters_num >= MAX_FILTERS){
if (globs->num_dispatch >= MAX_FILTERS)
} dispatch[MAX_FILTERS];