Style: // -> /**/

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4673 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-09-02 13:39:01 +00:00
parent 4697cc386b
commit 2d32947de4
1 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ static int get_name_from_EF_DatiPersonali(unsigned char *EFdata,
int f; /* field number */
for(f=0; f<f_first_name+1; f++) {
// Don't read beyond the allocated buffer
/* Don't read beyond the allocated buffer */
if(i > file_size)
return -1;
@ -441,7 +441,7 @@ static int itacns_add_data_files(sc_pkcs15_card_t *p15card)
memset(&dinfo, 0, sizeof(dinfo));
strcpy(dinfo.app_label, "EF_DatiPersonali");
// Find EF_DatiPersonali
/* Find EF_DatiPersonali */
struct sc_pkcs15_object *objs[32];
int rv = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_DATA_OBJECT,