git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2011 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2004-12-15 08:38:36 +00:00
parent 8e05d3eabb
commit 57cc65e485

View File

@ -515,7 +515,8 @@ static int check_path(struct sc_card *card, const u8 **pathptr, size_t *pathlen,
return 0;
}
void cache_path(struct sc_card *card, const struct sc_path *path, int result)
static void cache_path(struct sc_card *card, const struct sc_path *path,
int result)
{
struct sc_path *curpath = &card->cache.current_path;
@ -664,7 +665,6 @@ static int flex_select_file(struct sc_card *card, const struct sc_path *path,
sc_unlock(card);
cache_path(card, path, r);
SC_FUNC_RETURN(card->ctx, 2, r);
return r;
}
static int cryptoflex_list_files(struct sc_card *card, u8 *buf, size_t buflen)