From d35e8e8de1783b39d9a4418adeaf25e953838169 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 27 Jun 2014 04:39:40 +0200 Subject: [PATCH] commented sc_driver_version of npa pkcs15 emulator --- npa/src/pkcs15-npa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npa/src/pkcs15-npa.c b/npa/src/pkcs15-npa.c index d83f726..0d57daf 100644 --- a/npa/src/pkcs15-npa.c +++ b/npa/src/pkcs15-npa.c @@ -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; }