- added internal-ef for juha

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@443 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-04-04 14:34:42 +00:00
parent 9e31eb6f74
commit 218b784f0d
1 changed files with 2 additions and 0 deletions

View File

@ -569,6 +569,8 @@ do_file_type(struct state *cur, int argc, char **argv)
if (!strcasecmp(type, "ef"))
file->type = SC_FILE_TYPE_WORKING_EF;
else if (!strcasecmp(type, "internal-ef"))
file->type = SC_FILE_TYPE_INTERNAL_EF;
else if (!strcasecmp(type, "df"))
file->type = SC_FILE_TYPE_DF;
else {