aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scd/apdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index 44455f7e8..254353af6 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -1199,7 +1199,7 @@ select_a_reader (const char *list, unsigned int len)
};
const char *white_list_to_prefer[] = {
/* We do substring match by strstr(3). */
- "SPRx32", "cyberJack", "Gnuk", "Trustica"
+ "SPRx32"
};
const char *p = list;
const char *candidate = NULL;