ManifestState
parse_manifeststate(const char *fn, struct ccr *ccr, const ManifestState *state)
static ManifestState *
ManifestState *ms;
ASN1_EXP_OPT(CanonicalCacheRepresentation, mfts, ManifestState, 1),
ASN1_SEQUENCE(ManifestState) = {
ASN1_SEQUENCE_OF(ManifestState, mis, ManifestInstance),
ASN1_SIMPLE(ManifestState, mostRecentUpdate, ASN1_GENERALIZEDTIME),
ASN1_SIMPLE(ManifestState, hash, ASN1_OCTET_STRING),
} ASN1_SEQUENCE_END(ManifestState);
IMPLEMENT_ASN1_FUNCTIONS(ManifestState);
ManifestState *mfts;
DECLARE_ASN1_FUNCTIONS(ManifestState);