commented sc_driver_version of npa pkcs15 emulator
This commit is contained in:
@@ -252,7 +252,8 @@ err:
|
|||||||
const char *sc_driver_version(void)
|
const char *sc_driver_version(void)
|
||||||
{
|
{
|
||||||
/** TODO fix the version check in opensc/src/libopensc/pkcs15-syn.c:271
|
/** 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";
|
static const char version[] = "0.9.3";
|
||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user