From c3e85106c7e0fb34a2f692b5d0fd445030a20156 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 23 Feb 2006 11:01:13 +0000 Subject: [PATCH] Add a section for tokend git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2854 c6295689-39f2-0310-b995-f0e70906c6a9 --- etc/opensc.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index bf01bf08..27f0da39 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -324,3 +324,10 @@ app opensc-pkcs11 { # soft_keygen_allowed = false; } } + +app tokend { + # Score for OpenSC.tokend + framework tokend { + score = 10; + } +}