libopensc: add structure name to the 'typedef structure' definitions

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4087 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
viktor.tarasov 2010-03-04 16:19:41 +00:00
parent 3a424cf26a
commit 26dc34c83f
1 changed files with 2 additions and 2 deletions

View File

@ -378,14 +378,14 @@ typedef struct sc_pkcs15_unusedspace sc_pkcs15_unusedspace_t;
#define SC_PKCS15_CARD_MAGIC 0x10203040
typedef struct {
typedef struct sc_pkcs15_sec_env_info {
int se;
struct sc_object_id owner;
u8 aid[SC_MAX_AID_SIZE];
size_t aid_len;
} sc_pkcs15_sec_env_info_t;
typedef struct {
typedef struct sc_pkcs15_tokeninfo {
unsigned int version;
unsigned int flags;
char *label;