Codebase list rpki-client / 3d7f02f
Don't process TAL files here. kristaps 4 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
129129 *rtypep = RTYPE_CER;
130130 else if (strcasecmp(path + sz - 4, ".crl") == 0)
131131 *rtypep = RTYPE_CRL;
132 else if (strcasecmp(path + sz - 4, ".tal") == 0)
133 *rtypep = RTYPE_TAL;
134132 }
135133
136134 return 1;