Skip to content

Commit

Permalink
config: Drop part preventing file cache disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Sep 18, 2023
1 parent ffe9b23 commit 8e7b497
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions opensc-0.22.0-file-cache.patch
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit 8e7b497

Please sign in to comment.