From 3c804ff38204b60943a389ce5148b1cc86fb23f8 Mon Sep 17 00:00:00 2001 From: Viktor Tarasov Date: Mon, 25 Feb 2013 10:19:00 +0100 Subject: [PATCH] libopensc: more comments about FCP data --- src/libopensc/types.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/libopensc/types.h b/src/libopensc/types.h index 9adec68d..b79363d2 100644 --- a/src/libopensc/types.h +++ b/src/libopensc/types.h @@ -232,9 +232,12 @@ typedef struct sc_file { unsigned char *sec_attr; /* security data in proprietary format. tag '86' */ size_t sec_attr_len; - unsigned char *prop_attr; /* */ + + unsigned char *prop_attr; /* proprietary information. tag '85'*/ size_t prop_attr_len; - unsigned char *type_attr; + + unsigned char *type_attr; /* file descriptor data. tag '82'. + replaces the file's type information (DF, EF, ...) */ size_t type_attr_len; unsigned char *encoded_content; /* file's content encoded to be used in the file creation command */