libopensc: add 'sc_aid' member to 'sc_path' ...

not all application DF have and can be selected by its file-id.
So, new member in 'sc_path' will help to describe the full path to some EF(DF) inside a card.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5047 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2011-01-05 15:39:43 +00:00
parent 4d81ffcea6
commit 0611b6260f
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ typedef struct sc_path {
int count;
int type;
struct sc_aid aid;
} sc_path_t;