Stanislav Brabec
e53426025b
A few fixes for opensc. Enjoy! OBS-URL: https://build.opensuse.org/request/show/719737 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=59
13 lines
663 B
Diff
13 lines
663 B
Diff
Index: opensc-0.19.0/src/pkcs15init/pkcs15-oberthur.c
|
|
===================================================================
|
|
--- opensc-0.19.0.orig/src/pkcs15init/pkcs15-oberthur.c
|
|
+++ opensc-0.19.0/src/pkcs15init/pkcs15-oberthur.c
|
|
@@ -70,7 +70,6 @@ cosm_write_tokeninfo (struct sc_pkcs15_c
|
|
ctx = p15card->card->ctx;
|
|
|
|
SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
|
|
- sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "cosm_write_tokeninfo() label '%s'; flags 0x%X", label, flags);
|
|
if (sc_profile_get_file(profile, COSM_TITLE"-token-info", &file)) {
|
|
rv = SC_ERROR_INCONSISTENT_PROFILE;
|
|
SC_TEST_GOTO_ERR(ctx, SC_LOG_DEBUG_NORMAL, rv, "Cannot find "COSM_TITLE"-token-info");
|