diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-04-05 10:56:44 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 18:54:38 -0500 |
commit | e2ef6a476a0cc68e0f02d724bff776abdc993385 (patch) | |
tree | d33cc07dc87a1136a231495f6fa7a30a5ee1cb07 /system/opensc/README | |
parent | 4c06e22af8d89a185042e8d7c22ee538b901b666 (diff) | |
download | slackbuilds-e2ef6a476a0cc68e0f02d724bff776abdc993385.tar.gz |
system/opensc: Updated for version 0.12.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/opensc/README')
-rw-r--r-- | system/opensc/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system/opensc/README b/system/opensc/README index 13c0f8fd6a..f4866279a6 100644 --- a/system/opensc/README +++ b/system/opensc/README @@ -15,4 +15,10 @@ Beware! Smartcards have usually a limited number of times you may try a wrong PIN/PUK combination before they become inoperable/permanently blocked. You have been warned! -This requires pcsc-lite and openct. +This requires either pcsc-lite or openct (see below for details). + +Since version 0.12.0, only one reader subsystem can be used and compiled +in at the same time. The PCSC-LITE subsystem is used by default and it is +suitable for most smartcards (it requires pcsc-lite). If you need the +OPENCT subsystem instead, you have to pass "OPENCT=1" to the script when +building and have openct installed. |