config: remove plug_and_play parameter

This commit is contained in:
Viktor Tarasov 2016-03-31 15:06:21 +02:00
parent 7f732d49b6
commit 00bdf446d9
1 changed files with 0 additions and 6 deletions

View File

@ -569,12 +569,6 @@ app default {
# Parameters for the OpenSC PKCS11 module
app opensc-pkcs11 {
pkcs11 {
# Should the module support hotplug of readers as per PKCS#11 v2.20?
# This affects slot changes and PC/SC PnP, as v2.11 applications
# are not allowed to change the length of the slot list.
# Default: true
# plug_and_play = false;
# Maximum Number of virtual slots.
# If there are more slots than defined here,
# the remaining slots will be hidden from PKCS#11.