Hello, In src/tools/cardos-tool.c line 1157 the function cardos_format() is called as: if ((err = cardos_format(opt_startkey))) {
But the definitions of cardos_format() are line 502 with OpenSSL static int cardos_format() line 843 without OpenSSL static int cardos_format() cardos_format() is called with a startkey parameter but this parameter is not used. What is the correct solution? I think cardos_format() should check the parameter and use it as startkey instead of the default startkey. Ideas? -- Dr. Ludovic Rousseau _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel