summaryrefslogtreecommitdiff
path: root/security/opensc/patches/patch-ab
blob: 7acb810b36492e5a7777fecbc66fcaa4443134ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-ab,v 1.2 2010/09/01 15:59:23 drochner Exp $

--- etc/opensc.conf.in.orig	2010-02-16 09:03:28.000000000 +0000
+++ etc/opensc.conf.in
@@ -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