dirty fix

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@23 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-10-22 21:05:07 +00:00
parent 0ba739b3d4
commit a1af155018
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ int main(int argc, char **argv) {
} }
printf("Dumping certificate to file '%s' (%d bytes)\n", fname, c); printf("Dumping certificate to file '%s' (%d bytes)\n", fname, c);
fwrite(certbuf, c, 1, file); fwrite(certbuf, c, 1, file);
fclose(file);
free(certbuf); free(certbuf);
} }
fclose(file); fclose(file);