summaryrefslogtreecommitdiff
path: root/security/opensc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/opensc/patches/patch-ab')
-rw-r--r--security/opensc/patches/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/opensc/patches/patch-ab b/security/opensc/patches/patch-ab
new file mode 100644
index 00000000000..2f56e22ac55
--- /dev/null
+++ b/security/opensc/patches/patch-ab
@@ -0,0 +1,30 @@
+$NetBSD: patch-ab,v 1.1 2009/09/10 11:38:56 hasso Exp $
+
+--- etc/opensc.conf.in.orig 2009-09-09 15:46:28 +0300
++++ etc/opensc.conf.in 2009-09-09 15:49:29 +0300
+@@ -47,6 +47,7 @@ app default {
+ # last entry in reader_drivers list
+ #
+ # reader_drivers = openct, pcsc, ctapi;
++ reader_drivers = pcsc, ctapi;
+
+ reader_driver ctapi {
+ # module /usr/local/towitoko/lib/libtowitoko.so {
+@@ -87,7 +88,7 @@ app default {
+ #
+ # Enable pinpad if detected (PC/SC v2.0.2 Part 10)
+ # Default: false
+- # enable_pinpad = true;
++ enable_pinpad = true;
+ #
+ # Use specific pcsc provider.
+ # Default: @DEFAULT_PCSC_PROVIDER@
+@@ -265,7 +266,7 @@ app default {
+ # Prefer pkcs15 emulation code before
+ # the normal pkcs15 processing.
+ # Default: no
+- # try_emulation_first = yes;
++ try_emulation_first = yes;
+ #
+ # Enable builtin emulators.
+ # Default: yes