commented sc_driver_version of npa pkcs15 emulator

This commit is contained in:
Frank Morgner
2014-06-27 04:39:40 +02:00
parent 23fd1e83f4
commit d35e8e8de1

View File

@@ -252,7 +252,8 @@ err:
const char *sc_driver_version(void)
{
/** TODO fix the version check in opensc/src/libopensc/pkcs15-syn.c:271
* here we choose 0.9.3 simply to pass the bogus check */
* here we choose 0.9.3 simply to pass the bogus check, see
* https://github.com/OpenSC/OpenSC/pull/258 */
static const char version[] = "0.9.3";
return version;
}