- renamed PKCS15-DIR to DIR per juha's request

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@432 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-04-03 12:53:14 +00:00
parent 803124d55d
commit b90104b1de
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ filesystem {
type = DF;
# This is the DIR file
EF PKCS15-DIR {
EF DIR {
type = EF;
file-id = 2F00;
size = 128;

View File

@ -536,8 +536,6 @@ new_file(struct state *cur, const char *name, unsigned int type)
file = profile->p15_card->file_tokeninfo;
} else if (!strcasecmp(name+7, "ODF")) {
file = profile->p15_card->file_odf;
} else if (!strcasecmp(name+7, "DIR")) {
file = init_file(SC_FILE_TYPE_WORKING_EF);
} else if (!strcasecmp(name+7, "AppDF")) {
file = init_file(SC_FILE_TYPE_DF);
} else {