From 8e7b497263c77a2338181cc7177e0fff6609c3ca Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 18 Sep 2023 21:27:06 +0200 Subject: [PATCH] config: Drop part preventing file cache disabling https://github.com/OpenSC/OpenSC/issues/2804 --- opensc-0.22.0-file-cache.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/opensc-0.22.0-file-cache.patch b/opensc-0.22.0-file-cache.patch index 6baec60..d958549 100644 --- a/opensc-0.22.0-file-cache.patch +++ b/opensc-0.22.0-file-cache.patch @@ -1,15 +1,6 @@ diff -up opensc-0.22.0/etc/opensc.conf.file-cache opensc-0.22.0/etc/opensc.conf --- opensc-0.22.0/etc/opensc.conf.file-cache 2021-10-08 13:14:44.091772071 +0200 +++ opensc-0.22.0/etc/opensc.conf 2021-10-08 13:19:27.339051951 +0200 -@@ -2,7 +2,7 @@ app default { - # debug = 3; - # debug_file = opensc-debug.txt; - framework pkcs15 { -- # use_file_caching = public; -+ use_file_caching = public; - } - reader_driver pcsc { - # The pinpad is disabled by default, @@ -10,3 +10,10 @@ app default { enable_pinpad = false; }