From 0611b6260fe6fd30193251a93071b34ee37092ae Mon Sep 17 00:00:00 2001 From: vtarasov Date: Wed, 5 Jan 2011 15:39:43 +0000 Subject: [PATCH] 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 --- src/libopensc/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libopensc/types.h b/src/libopensc/types.h index d3f2a1a3..6c359d24 100644 --- a/src/libopensc/types.h +++ b/src/libopensc/types.h @@ -78,6 +78,8 @@ typedef struct sc_path { int count; int type; + + struct sc_aid aid; } sc_path_t;